Home
last modified time | relevance | path

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/
DMachineLoopUtils.cpp110 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop()
117 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
DMachineBasicBlock.cpp808 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs()
984 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge()
1216 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
DModuloSchedule.cpp318 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog()
1858 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
DCodeGenPrepare.cpp7415 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1433 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()
DInductiveRangeCheckElimination.cpp1329 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/
DBasicBlock.cpp441 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/
DBasicBlock.h400 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h738 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);