Home
last modified time | relevance | path

Searched refs:visitAllocSite (Results 1 – 4 of 4) 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()