Searched defs:ReplaceUsesOfWith (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp920 /// ReplaceUsesOfWith - When we find that I really equals V, remove I from the
922 static void ReplaceUsesOfWith(Instruction *I, Value *V, function
1096 ReplaceUsesOfWith(I, V, Worklist, L, LPM);
1116 ReplaceUsesOfWith(PN, PN->getIncomingValue(0), Worklist, L, LPM);

Completed in 100 milliseconds