Home
last modified time | relevance | path

Searched refs:isUsedWithInAlloca (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DInstructions.cpp920 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
3541 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in clone_impl()
DAsmWriter.cpp2864 if (AI->isUsedWithInAlloca()) in printInstruction()
DVerifier.cpp2153 Assert(AI->isUsedWithInAlloca(), in VerifyCallSite()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/external/llvm/include/llvm/IR/
DInstructions.h134 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1870 AlignRecord |= AI.isUsedWithInAlloca() << 5; in WriteInstruction()
/external/clang/lib/CodeGen/
DCGCall.cpp3048 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()