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 104 /// DeleteDeadInstruction - Delete this instruction. Before we do, go through
110 static void DeleteDeadInstruction(Instruction *I,
524 // DeleteDeadInstruction can delete the current instruction. Save BBI
528 DeleteDeadInstruction(SI, *MD, TLI);
575 DeleteDeadInstruction(DepWrite, *MD, TLI);
579 // DeleteDeadInstruction can delete the current instruction in loop
685 DeleteDeadInstruction(Dependency, *MD, TLI);
785 DeleteDeadInstruction(Dead, *MD, TLI, &DeadStackObjects);
795 DeleteDeadInstruction(Inst, *MD, TLI, &DeadStackObjects);
LoopIdiomRecognize.cpp 227 /// deleteDeadInstruction - Delete this instruction. Before we do, go through
231 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE,
268 deleteDeadInstruction(I, SE, TLI);
547 deleteDeadInstruction(PreCond, *SE, TLI);
    [all...]

Completed in 59 milliseconds