Home
last modified time | relevance | path

Searched defs:isInAlloca (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h297 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function