Searched refs:replacePhiUsesWith (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopUtils.cpp | 110 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop() 117 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
|
D | MachineBasicBlock.cpp | 808 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs() 984 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge() 1216 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
|
D | ModuloSchedule.cpp | 318 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog() 1858 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
|
D | CodeGenPrepare.cpp | 7415 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 1433 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis() 1511 InnerLoopHeaderSuccessor->replacePhiUsesWith(InnerLoopHeader, in adjustLoopBranches() 1546 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches() 1573 OuterLoopHeader->replacePhiUsesWith(InnerLoopPreHeader, OuterLoopPreHeader); in adjustLoopBranches() 1574 OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches() 1575 InnerLoopHeader->replacePhiUsesWith(OuterLoopPreHeader, InnerLoopPreHeader); in adjustLoopBranches() 1576 InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
|
D | InductiveRangeCheckElimination.cpp | 1329 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd() 1351 LS.Header->replacePhiUsesWith(OldPreheader, Preheader); in createPreheader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock 460 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 400 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 738 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);
|