Home
last modified time | relevance | path

Searched refs:replaceUsesOfWith (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/IR/
DUser.cpp26 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp238 TI->replaceUsesOfWith(OldPred, NewBB); in severSplitPHINodes()
377 inst->replaceUsesOfWith(inputs[i], RewriteVal); in constructFunction()
399 TI->replaceUsesOfWith(header, newHeader); in constructFunction()
509 inst->replaceUsesOfWith(outputs[i], load); in emitCallAndSwitchStatement()
DDemoteRegToStack.cpp69 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
DBasicBlockUtils.cpp471 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); in SplitBlockPredecessors()
531 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); in SplitLandingPadPredecessors()
567 (*i)->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2); in SplitLandingPadPredecessors()
DSimplifyCFG.cpp2094 if (BonusInst) New->replaceUsesOfWith(BonusInst, NewBonus); in FoldBranchToCommonDest()
/external/llvm/include/llvm/IR/
DUser.h176 void replaceUsesOfWith(Value *From, Value *To);
/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
DGlobalOpt.cpp1063 User->replaceUsesOfWith(CI, TheBC); in OptimizeGlobalAddressOfMalloc()
1241 U->replaceUsesOfWith(Alloc, NL); in ReplaceUsesOfMallocWithGlobal()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp186 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runOnLoop()
DCorrelatedValuePropagation.cpp153 I->replaceUsesOfWith(Pointer, C); in processMemAccess()
DIndVarSimplify.cpp880 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in WidenIVUse()
912 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc); in WidenIVUse()
DLoopIdiomRecognize.cpp605 (cast<Instruction>(CntUses[Idx]))->replaceUsesOfWith(CntInst, NewCount); in transform()
DLoopUnswitch.cpp1113 (*UI)->replaceUsesOfWith(LIC, Replacement); in RewriteLoopBodyWithConditionConstant()
DLoopStrengthReduce.cpp2049 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
2789 IncI->UserInst->replaceUsesOfWith(IncI->IVOperand, IVOper); in GenerateIVChain()
2811 Phi->replaceUsesOfWith(PostIncV, IVOper); in GenerateIVChain()
4541 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
DCodeGenPrepare.cpp1639 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in OptimizeMemoryInst()
/external/llvm/docs/
DLexicon.rst157 Replace All Uses With. The functions ``User::replaceUsesOfWith()``,
DProgrammersManual.rst1963 You can use ``Value::replaceAllUsesWith`` and ``User::replaceUsesOfWith`` to
/external/llvm/lib/Target/R600/
DAMDGPUStructurizeCFG.cpp610 BB->getTerminator()->replaceUsesOfWith(OldExit, NewExit); in changeExit()