Home
last modified time | relevance | path

Searched refs:visitAllocSite (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h320 Instruction *visitAllocSite(Instruction &FI);
DInstCombineLoadStoreAlloca.cpp308 return visitAllocSite(AI); in visitAllocaInst()
DInstructionCombining.cpp1951 Instruction *InstCombiner::visitAllocSite(Instruction &MI) { in visitAllocSite() function in InstCombiner
DInstCombineCalls.cpp2482 return visitAllocSite(*CS.getInstruction()); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h395 Instruction *visitAllocSite(Instruction &FI);
DInstCombineLoadStoreAlloca.cpp435 return visitAllocSite(AI); in visitAllocaInst()
DInstructionCombining.cpp2139 Instruction *InstCombiner::visitAllocSite(Instruction &MI) { in visitAllocSite() function in InstCombiner
DInstCombineCalls.cpp3980 return visitAllocSite(*CS.getInstruction()); in visitCallSite()