Home
last modified time | relevance | path

Searched refs:setUsedWithInAlloca (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/external/llvm/include/llvm/IR/
DInstructions.h140 void setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function
/external/llvm/lib/IR/
DInstructions.cpp3541 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in clone_impl()
/external/clang/lib/CodeGen/
DCGCall.cpp3047 AI->setUsedWithInAlloca(true); in EmitCall()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3991 AI->setUsedWithInAlloca(InAlloca); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp5272 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()