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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 137 J->replaceUsesOfWith(Ashr, I);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 148 Instr->replaceUsesOfWith(CE, NewInst);
218 U->replaceUsesOfWith(GV, Addr);
  /external/llvm/include/llvm/IR/
User.h 243 void replaceUsesOfWith(Value *From, Value *To);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 110 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 83 U->replaceUsesOfWith(&I, V);
LoopVersioning.cpp 141 User->replaceUsesOfWith(Inst, PN);
FlattenCFG.cpp 292 PBI->replaceUsesOfWith(CC, NC);
443 PBI->replaceUsesOfWith(CC, NC);
CodeExtractor.cpp 239 TI->replaceUsesOfWith(OldPred, NewBB);
379 inst->replaceUsesOfWith(inputs[i], RewriteVal);
401 TI->replaceUsesOfWith(header, newHeader);
508 inst->replaceUsesOfWith(outputs[i], load);
BasicBlockUtils.cpp 508 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB);
571 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1);
608 (*i)->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 185 I->replaceUsesOfWith(Pointer, C);
409 RI->replaceUsesOfWith(RetVal, C);
LoopDeletion.cpp 194 TI->replaceUsesOfWith(L->getHeader(), exitBlock);
IndVarSimplify.cpp     [all...]
LoopDistribute.cpp 411 Pred->getTerminator()->replaceUsesOfWith(OrigPH, TopPH);
LoopRerollPass.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
LICM.cpp 629 User->replaceUsesOfWith(&I, UndefValue::get(I.getType()));
    [all...]
StructurizeCFG.cpp 665 BB->getTerminator()->replaceUsesOfWith(OldExit, NewExit);
InductiveRangeCheckElimination.cpp 528 // A utility function that does a `replaceUsesOfWith' on the incoming block
    [all...]
LoopStrengthReduce.cpp     [all...]
LoopUnswitch.cpp     [all...]
  /external/llvm/lib/IR/
User.cpp 24 void User::replaceUsesOfWith(Value *From, Value *To) {
28 "Cannot call User::replaceUsesOfWith on a constant!");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 680 Outer.replaceUsesOfWith(Inner, A);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 2582 milliseconds

1 2