Searched refs:deleteDeadInstruction (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 99 deleteDeadInstruction(Instruction *I, BasicBlock::iterator *BBI, in deleteDeadInstruction() function 693 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI, IOL, InstrOrdering); in handleFree() 811 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects); in handleEndBlock() 822 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects); in handleEndBlock() 1043 deleteDeadInstruction(SI, &BBI, *MD, *TLI, IOL, InstrOrdering); in eliminateNoopStore() 1061 deleteDeadInstruction(SI, &BBI, *MD, *TLI, IOL, InstrOrdering); in eliminateNoopStore() 1193 deleteDeadInstruction(DepWrite, &BBI, *MD, *TLI, IOL, &InstrOrdering); in eliminateDeadStores() 1270 deleteDeadInstruction(Inst, &BBI, *MD, *TLI, IOL, &InstrOrdering); in eliminateDeadStores() 1271 deleteDeadInstruction(DepWrite, &BBI, *MD, *TLI, IOL, in eliminateDeadStores()
|
D | LoopIdiomRecognize.cpp | 261 static void deleteDeadInstruction(Instruction *I) { in deleteDeadInstruction() function 949 deleteDeadInstruction(I); in processLoopStridedStore() 1080 deleteDeadInstruction(SI); in processLoopStoreOfLoopLoad()
|
/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()
|