Home
last modified time | relevance | path

Searched refs:isInAllocaArgument (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp88 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantMemory()
H A DInstCombineCalls.cpp2557 if (Call.isInAllocaArgument(i)) in transformConstExprCastCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1669 bool isInAllocaArgument(unsigned ArgNo) const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3649 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function
3685 if (isInAllocaArgument(CGM.getCXXABI(), type)) { in EmitDelegateCallArg()
4035 return isInAllocaArgument(CGM.getCXXABI(), Ty); in hasInAllocaArgs()