Searched refs:deleteDeadInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp227 /// deleteDeadInstruction - Delete this instruction. Before we do, go through
231 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE, function
268 deleteDeadInstruction(I, SE, TLI);
547 deleteDeadInstruction(PreCond, *SE, TLI);
1045 deleteDeadInstruction(TheStore, *SE, TLI);
1135 deleteDeadInstruction(SI, *SE, TLI);

Completed in 127 milliseconds