HomeSort by relevance Sort by last modified time
    Searched refs:replaceAllUsesWith (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 451 L->replaceAllUsesWith(StoredValue);
484 ALoad->replaceAllUsesWith(NewVal);
514 User->replaceAllUsesWith(NewVal);
LoopSimplify.cpp 174 TI->replaceAllUsesWith(UndefValue::get(TI->getType()));
272 PN->replaceAllUsesWith(V);
468 PN->replaceAllUsesWith(V);
730 NewPN->replaceAllUsesWith(UniqueValue);
LowerExpectIntrinsic.cpp 166 CI->replaceAllUsesWith(Exp);
Local.cpp 343 I->replaceAllUsesWith(UndefValue::get(I->getType()));
440 PN->replaceAllUsesWith(NewVal);
453 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
459 PredBB->replaceAllUsesWith(DestBB);
635 BB->replaceAllUsesWith(Succ);
689 PN->replaceAllUsesWith(OtherPN);
    [all...]
PromoteMemoryToRegister.cpp 573 A->replaceAllUsesWith(UndefValue::get(A->getType()));
599 PN->replaceAllUsesWith(V);
    [all...]
ValueMapper.cpp 76 Dummy->replaceAllUsesWith(NewMD);
CloneFunction.cpp 491 PN->replaceAllUsesWith(NV);
552 Dest->replaceAllUsesWith(I);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 218 Replacements[i].first->replaceAllUsesWith(Replacements[i].second);
ArgumentPromotion.cpp 759 Call->replaceAllUsesWith(New);
781 I->replaceAllUsesWith(I2);
    [all...]
GlobalOpt.cpp 310 LI->replaceAllUsesWith(Init);
608 GEP->replaceAllUsesWith(NewPtr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 160 Globals[k]->replaceAllUsesWith(GEP);
LICM.cpp 351 I.replaceAllUsesWith(C);
474 // If I is not void type then replaceAllUsesWith undef.
477 I.replaceAllUsesWith(UndefValue::get(I.getType()));
496 // If I is not void type then replaceAllUsesWith undef.
499 I.replaceAllUsesWith(UndefValue::get(I.getType()));
550 I.replaceAllUsesWith(UndefValue::get(I.getType()));
LoopInstSimplify.cpp 118 I->replaceAllUsesWith(V);
Reassociate.cpp 219 Neg->replaceAllUsesWith(Res);
509 Sub->replaceAllUsesWith(New);
535 Shl->replaceAllUsesWith(Mul);
    [all...]
TailRecursionElimination.cpp 207 PN->replaceAllUsesWith(PNV);
502 I->replaceAllUsesWith(PN); // Everyone use the PHI node now!
GVN.cpp     [all...]
CodeGenPrepare.cpp 366 BB->replaceAllUsesWith(DestBB);
526 CI->replaceAllUsesWith(With);
    [all...]
ScalarReplAggregates.cpp 553 LI->replaceAllUsesWith(NewLoadVal);
    [all...]
IndVarSimplify.cpp 416 Compare->replaceAllUsesWith(NewCompare);
420 Incr->replaceAllUsesWith(UndefValue::get(Incr->getType()));
433 PN->replaceAllUsesWith(Conv);
559 PN->replaceAllUsesWith(ExitVal);
569 PN->replaceAllUsesWith(NewPN);
    [all...]
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 298 CI->replaceAllUsesWith(St);
307 CI->replaceAllUsesWith(Ld);
ShadowStackGC.cpp 182 CI->replaceAllUsesWith(II);
413 OriginalAlloca->replaceAllUsesWith(SlotPtr);
UnreachableBlockElim.cpp 81 PN->replaceAllUsesWith(Constant::getNullValue(PN->getType()));
  /external/llvm/include/llvm/
Value.h 131 /// replaceAllUsesWith - Go through the uses list for this definition and make
135 void replaceAllUsesWith(Value *V);
  /external/llvm/lib/Analysis/
DebugInfo.cpp 313 /// replaceAllUsesWith - Replace all uses of debug info referenced by
315 void DIType::replaceAllUsesWith(DIDescriptor &D) {
320 // legitimate situations where they want to replaceAllUsesWith() on something
322 // this detail by allowing a value to be replaced with replaceAllUsesWith()
328 Node->replaceAllUsesWith(const_cast<Value*>(V));
333 /// replaceAllUsesWith - Replace all uses of debug info referenced by
335 void DIType::replaceAllUsesWith(MDNode *D) {
340 // legitimate situations where they want to replaceAllUsesWith() on something
342 // this detail by allowing a value to be replaced with replaceAllUsesWith()
348 Node->replaceAllUsesWith(const_cast<Value*>(V))
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 313 /// replaceAllUsesWith - Replace all uses of debug info referenced by
315 void replaceAllUsesWith(DIDescriptor &D);
316 void replaceAllUsesWith(MDNode *D);
    [all...]

Completed in 804 milliseconds

12 3 4