Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h287 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp95 if (CS.isInAllocaArgument(ArgNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp1547 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
/external/clang/lib/CodeGen/
DCGCall.cpp2392 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function
2434 assert(!isInAllocaArgument(CGM.getCXXABI(), type) && in EmitDelegateCallArg()
2732 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()