Searched refs:deleteDeadInstruction (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 68 deleteDeadInstruction(Instruction *I, BasicBlock::iterator *BBI, in deleteDeadInstruction() function 617 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI); in handleFree() 731 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, &DeadStackObjects); in handleEndBlock() 740 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, &DeadStackObjects); in handleEndBlock() 840 deleteDeadInstruction(SI, &BBI, *MD, *TLI); in eliminateNoopStore() 858 deleteDeadInstruction(SI, &BBI, *MD, *TLI); in eliminateNoopStore() 941 deleteDeadInstruction(DepWrite, &BBI, *MD, *TLI); in eliminateDeadStores()
|
D | LoopIdiomRecognize.cpp | 209 static void deleteDeadInstruction(Instruction *I) { in deleteDeadInstruction() function 837 deleteDeadInstruction(I); in processLoopStridedStore() 946 deleteDeadInstruction(SI); in processLoopStoreOfLoopLoad()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 135 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE) { in deleteDeadInstruction() function 170 deleteDeadInstruction(I, SE); in deleteIfDeadInstruction() 541 deleteDeadInstruction(TheStore, *SE); in processLoopStridedStore() 631 deleteDeadInstruction(SI, *SE); in processLoopStoreOfLoopLoad()
|