Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetCallingConv.h91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h297 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function