HomeSort by relevance Sort by last modified time
    Searched full:deletedeadinstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 101 /// DeleteDeadInstruction - Delete this instruction. Before we do, go through
107 static void DeleteDeadInstruction(Instruction *I,
506 // DeleteDeadInstruction can delete the current instruction. Save BBI
510 DeleteDeadInstruction(SI, *MD);
557 DeleteDeadInstruction(DepWrite, *MD);
561 // DeleteDeadInstruction can delete the current instruction in loop
667 DeleteDeadInstruction(Dependency, *MD);
736 DeleteDeadInstruction(Dead, *MD, &DeadStackObjects);
746 DeleteDeadInstruction(Inst, *MD, &DeadStackObjects);
LoopIdiomRecognize.cpp 131 /// deleteDeadInstruction - Delete this instruction. Before we do, go through
135 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE) {
170 deleteDeadInstruction(I, SE);
541 deleteDeadInstruction(TheStore, *SE);
631 deleteDeadInstruction(SI, *SE);

Completed in 132 milliseconds