HomeSort by relevance Sort by last modified time
    Searched refs:replaceUsesOfWith (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/IR/
User.cpp 23 // replaceUsesOfWith - Replaces all references to the "From" definition with
26 void User::replaceUsesOfWith(Value *From, Value *To) {
30 "Cannot call User::replaceUsesOfWith on a constant!");
  /external/llvm/include/llvm/IR/
User.h 173 /// replaceUsesOfWith - Replaces all references to the "From" definition with
176 void replaceUsesOfWith(Value *From, Value *To);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 122 U->replaceUsesOfWith(GV, Addr);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 70 U->replaceUsesOfWith(&I, V);
FlattenCFG.cpp 291 PBI->replaceUsesOfWith(CC, NC);
444 PBI->replaceUsesOfWith(CC, NC);
CodeExtractor.cpp 238 TI->replaceUsesOfWith(OldPred, NewBB);
377 inst->replaceUsesOfWith(inputs[i], RewriteVal);
399 TI->replaceUsesOfWith(header, newHeader);
509 inst->replaceUsesOfWith(outputs[i], load);
BasicBlockUtils.cpp 456 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB);
516 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1);
552 (*i)->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 153 I->replaceUsesOfWith(Pointer, C);
LoopDeletion.cpp 188 TI->replaceUsesOfWith(L->getHeader(), exitBlock);
IndVarSimplify.cpp     [all...]
LoopIdiomRecognize.cpp 605 (cast<Instruction>(CntUses[Idx]))->replaceUsesOfWith(CntInst, NewCount);
    [all...]
StructurizeCFG.cpp 600 BB->getTerminator()->replaceUsesOfWith(OldExit, NewExit);
LoopStrengthReduce.cpp     [all...]
LoopUnswitch.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 568 milliseconds