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

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

Completed in 58 milliseconds