Searched refs:replacePhiUsesWith (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLoopUtils.cpp | 112 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop() 118 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
|
| H A D | MachineBasicBlock.cpp | 943 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs() 1225 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge() 1479 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
|
| H A D | ModuloSchedule.cpp | 316 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog() 1883 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
|
| H A D | CodeGenPrepare.cpp | 8714 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 515 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 D | LoopConstrainer.cpp | 662 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd() 684 LS.Header->replacePhiUsesWith(OldPreheader, Preheader); in createPreheader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 1537 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 D | LoopFuse.cpp | 1848 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
|
| H A D | SimpleLoopUnswitch.cpp | 3116 OutOfLoopSucc->replacePhiUsesWith(BB, CheckBlock); in injectPendingInvariantConditions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 667 this->replacePhiUsesWith(Pred, New); in splitBasicBlockBefore() 681 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock 700 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 653 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1097 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6573 To->replacePhiUsesWith(From, EdgeBB); in parseFunctionBody()
|