Home
last modified time | relevance | path

Searched refs:replacePhiUsesWith (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp515 SubLoopBlocksFirst[0]->replacePhiUsesWith(ForeBlocksLast[0], in UnrollAndJamLoop()
517 SubLoopBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
528 SubLoopBlocksFirst[It]->replacePhiUsesWith(ForeBlocksLast[It], in UnrollAndJamLoop()
530 SubLoopBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
545 AftBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
556 AftBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
H A DLoopConstrainer.cpp668 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd()
690 LS.Header->replacePhiUsesWith(OldPreheader, Preheader); in createPreheader()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp112 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop()
118 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
H A DMachineBasicBlock.cpp949 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs()
1249 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge()
1501 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
H A DModuloSchedule.cpp323 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog()
1891 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
2146 Exit->replacePhiUsesWith(Loop, NewExit); in createDedicatedExit()
H A DCodeGenPrepare.cpp8831 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1537 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
1617 InnerLoopHeaderSuccessor->replacePhiUsesWith(InnerLoopHeader, in adjustLoopBranches()
1651 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
1679 OuterLoopHeader->replacePhiUsesWith(InnerLoopPreHeader, OuterLoopPreHeader); in adjustLoopBranches()
1680 OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches()
1681 InnerLoopHeader->replacePhiUsesWith(OuterLoopPreHeader, InnerLoopPreHeader); in adjustLoopBranches()
1682 InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
H A DLoopFuse.cpp1848 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
H A DSimpleLoopUnswitch.cpp3138 OutOfLoopSucc->replacePhiUsesWith(BB, CheckBlock); in injectPendingInvariantConditions()
/src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp635 this->replacePhiUsesWith(Pred, New); in splitBasicBlockBefore()
651 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock
670 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h654 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1129 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6840 To->replacePhiUsesWith(From, EdgeBB); in parseFunctionBody()