Searched refs:replaceUsesOfWith (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/IR/ |
D | User.cpp | 26 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 238 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()
|
D | DemoteRegToStack.cpp | 69 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
|
D | BasicBlockUtils.cpp | 471 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()
|
D | SimplifyCFG.cpp | 2094 if (BonusInst) New->replaceUsesOfWith(BonusInst, NewBonus); in FoldBranchToCommonDest()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 176 void replaceUsesOfWith(Value *From, Value *To);
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
|
D | GlobalOpt.cpp | 1063 User->replaceUsesOfWith(CI, TheBC); in OptimizeGlobalAddressOfMalloc() 1241 U->replaceUsesOfWith(Alloc, NL); in ReplaceUsesOfMallocWithGlobal()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 186 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 153 I->replaceUsesOfWith(Pointer, C); in processMemAccess()
|
D | IndVarSimplify.cpp | 880 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in WidenIVUse() 912 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc); in WidenIVUse()
|
D | LoopIdiomRecognize.cpp | 605 (cast<Instruction>(CntUses[Idx]))->replaceUsesOfWith(CntInst, NewCount); in transform()
|
D | LoopUnswitch.cpp | 1113 (*UI)->replaceUsesOfWith(LIC, Replacement); in RewriteLoopBodyWithConditionConstant()
|
D | LoopStrengthReduce.cpp | 2049 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()
|
D | CodeGenPrepare.cpp | 1639 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in OptimizeMemoryInst()
|
/external/llvm/docs/ |
D | Lexicon.rst | 157 Replace All Uses With. The functions ``User::replaceUsesOfWith()``,
|
D | ProgrammersManual.rst | 1963 You can use ``Value::replaceAllUsesWith`` and ``User::replaceUsesOfWith`` to
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUStructurizeCFG.cpp | 610 BB->getTerminator()->replaceUsesOfWith(OldExit, NewExit); in changeExit()
|