Searched refs:DeleteDeadInstruction (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 122 static void DeleteDeadInstruction(Instruction *I, in DeleteDeadInstruction() function 512 DeleteDeadInstruction(DeadInst, *MD, *TLI); in runOnBasicBlock() 596 DeleteDeadInstruction(DepWrite, *MD, *TLI); in runOnBasicBlock() 767 DeleteDeadInstruction(Dependency, *MD, *TLI); in HandleFree() 852 DeleteDeadInstruction(Dead, *MD, *TLI, &DeadStackObjects); in handleEndBlock() 862 DeleteDeadInstruction(Inst, *MD, *TLI, &DeadStackObjects); in handleEndBlock()
|