Searched refs:isUsedWithInAlloca (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/IR/
H A DInstructions.cpp1183 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca();
3814 Result->setUsedWithInAlloca(isUsedWithInAlloca());
H A DAsmWriter.cpp3016 if (AI->isUsedWithInAlloca())
H A DVerifier.cpp2338 Assert(AI->isUsedWithInAlloca(),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca());
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp867 !AI.isUsedWithInAlloca());
/external/clang/lib/CodeGen/
H A DCGCall.cpp3194 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca());
/external/llvm/include/llvm/IR/
H A DInstructions.h144 bool isUsedWithInAlloca() const { function in class:llvm::AllocaInst
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2072 AlignRecord |= AI.isUsedWithInAlloca() << 5;

Completed in 166 milliseconds