HomeSort by relevance Sort by last modified time
    Searched refs:deleteDeadInstruction (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 68 deleteDeadInstruction(Instruction *I, BasicBlock::iterator *BBI,
617 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI);
731 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, &DeadStackObjects);
740 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, &DeadStackObjects);
840 deleteDeadInstruction(SI, &BBI, *MD, *TLI);
858 deleteDeadInstruction(SI, &BBI, *MD, *TLI);
    [all...]
LoopIdiomRecognize.cpp 209 static void deleteDeadInstruction(Instruction *I) {
837 deleteDeadInstruction(I);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 99 deleteDeadInstruction(Instruction *I, BasicBlock::iterator *BBI,
693 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI, IOL, InstrOrdering);
811 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects);
822 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects);
    [all...]
LoopIdiomRecognize.cpp 261 static void deleteDeadInstruction(Instruction *I) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
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 344 milliseconds