HomeSort by: relevance | last modified time | path
    Searched defs:replaceUsesOfWith (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
User.cpp 21 void User::replaceUsesOfWith(Value *From, Value *To) {
25 "Cannot call User::replaceUsesOfWith on a constant!");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 1526 static void replaceUsesOfWith(Instruction *I, Value *V,
1588 UI->replaceUsesOfWith(LIC, Replacement);
1718 replaceUsesOfWith(I, V, Worklist, L, LPM, MSSAU.get());

Completed in 48 milliseconds