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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp808 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
812 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) { function
4862 Changed |= DeleteTriviallyDeadInstructions(DeadInsts);
5106 DeleteTriviallyDeadInstructions(DeadInsts);

Completed in 43 milliseconds