Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h127 bool isUsingInAlloca() const { return StackBase; } in isUsingInAlloca() function
H A DCGCall.cpp2774 if (args.isUsingInAlloca()) in EmitCallArg()