Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp112 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop()
118 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
H A DMachineBasicBlock.cpp900 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs()
1121 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge()
1360 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
H A DModuloSchedule.cpp310 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog()
1867 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
H A DCodeGenPrepare.cpp8334 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp521 SubLoopBlocksFirst[0]->replacePhiUsesWith(ForeBlocksLast[0], in UnrollAndJamLoop()
523 SubLoopBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
534 SubLoopBlocksFirst[It]->replacePhiUsesWith(ForeBlocksLast[It], in UnrollAndJamLoop()
536 SubLoopBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
551 AftBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
562 AftBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
/llvm-project-15.0.7/llvm/lib/IR/
H A DBasicBlock.cpp434 this->replacePhiUsesWith(Pred, New); in splitBasicBlockBefore()
443 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock
462 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1543 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
1623 InnerLoopHeaderSuccessor->replacePhiUsesWith(InnerLoopHeader, in adjustLoopBranches()
1657 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
1685 OuterLoopHeader->replacePhiUsesWith(InnerLoopPreHeader, OuterLoopPreHeader); in adjustLoopBranches()
1686 OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches()
1687 InnerLoopHeader->replacePhiUsesWith(OuterLoopPreHeader, InnerLoopPreHeader); in adjustLoopBranches()
1688 InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
H A DInductiveRangeCheckElimination.cpp1342 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd()
1364 LS.Header->replacePhiUsesWith(OldPreheader, Preheader); in createPreheader()
H A DLoopFuse.cpp1598 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DBasicBlock.h455 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1012 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6361 To->replacePhiUsesWith(From, EdgeBB); in parseFunctionBody()