Home
last modified time | relevance | path

Searched refs:isUsingInAlloca (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.h127 bool isUsingInAlloca() const { return StackBase; } in isUsingInAlloca() function
HDCGCall.cpp2906 if (args.isUsingInAlloca()) in EmitCallArg()