Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp518 SubLoopBlocksFirst[0]->replacePhiUsesWith(ForeBlocksLast[0], in UnrollAndJamLoop()
520 SubLoopBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
531 SubLoopBlocksFirst[It]->replacePhiUsesWith(ForeBlocksLast[It], in UnrollAndJamLoop()
533 SubLoopBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
548 AftBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
559 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp113 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop()
119 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
H A DMachineBasicBlock.cpp949 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs()
1258 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge()
1510 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
H A DModuloSchedule.cpp327 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog()
1910 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
2167 Exit->replacePhiUsesWith(Loop, NewExit); in createDedicatedExit()
H A DCodeGenPrepare.cpp9231 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1758 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
1838 InnerLoopHeaderSuccessor->replacePhiUsesWith(InnerLoopHeader, in adjustLoopBranches()
1872 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
1900 OuterLoopHeader->replacePhiUsesWith(InnerLoopPreHeader, OuterLoopPreHeader); in adjustLoopBranches()
1901 OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches()
1902 InnerLoopHeader->replacePhiUsesWith(OuterLoopPreHeader, InnerLoopPreHeader); in adjustLoopBranches()
1903 InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
H A DLoopFuse.cpp1850 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
H A DSimpleLoopUnswitch.cpp3145 OutOfLoopSucc->replacePhiUsesWith(BB, CheckBlock); in injectPendingInvariantConditions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp619 this->replacePhiUsesWith(Pred, New); in splitBasicBlockBefore()
635 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock
654 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h696 LLVM_ABI void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1180 LLVM_ABI void replacePhiUsesWith(MachineBasicBlock *Old,
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6935 To->replacePhiUsesWith(From, EdgeBB); in parseFunctionBody()