Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp520 SubLoopBlocksFirst[0]->replacePhiUsesWith(ForeBlocksLast[0], in UnrollAndJamLoop()
522 SubLoopBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
533 SubLoopBlocksFirst[It]->replacePhiUsesWith(ForeBlocksLast[It], in UnrollAndJamLoop()
535 SubLoopBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
550 AftBlocksFirst[0]->replacePhiUsesWith(SubLoopBlocksLast[0], in UnrollAndJamLoop()
561 AftBlocksFirst[It]->replacePhiUsesWith(SubLoopBlocksLast[It], in UnrollAndJamLoop()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DMachineLoopUtils.cpp109 Loop->replacePhiUsesWith(Preheader, NewBB); in PeelSingleBlockLoop()
116 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
DMachineBasicBlock.cpp885 Succ->replacePhiUsesWith(FromMBB, this); in transferSuccessorsAndUpdatePHIs()
1108 Succ->replacePhiUsesWith(this, NMBB); in SplitCriticalEdge()
1347 void MachineBasicBlock::replacePhiUsesWith(MachineBasicBlock *Old, in replacePhiUsesWith() function in MachineBasicBlock
DModuloSchedule.cpp317 LoopExitBB->replacePhiUsesWith(BB, PredBB); in generateEpilog()
1870 Exit->replacePhiUsesWith(BB, NewBB); in CreateLCSSAExitingBlock()
DCodeGenPrepare.cpp7905 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1467 InnerLatch->replacePhiUsesWith(InnerLatch, OuterLatch); in moveLCSSAPhis()
1544 InnerLoopHeaderSuccessor->replacePhiUsesWith(InnerLoopHeader, in adjustLoopBranches()
1579 OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
1604 OuterLoopHeader->replacePhiUsesWith(InnerLoopPreHeader, OuterLoopPreHeader); in adjustLoopBranches()
1605 OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches()
1606 InnerLoopHeader->replacePhiUsesWith(OuterLoopPreHeader, InnerLoopPreHeader); in adjustLoopBranches()
1607 InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch); in adjustLoopBranches()
DInductiveRangeCheckElimination.cpp1344 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd()
1366 LS.Header->replacePhiUsesWith(OldPreheader, Preheader); in createPreheader()
DLoopFuse.cpp1585 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp402 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() function in BasicBlock
421 Succ->replacePhiUsesWith(Old, New); in replaceSuccessorsPhiUsesWith()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h400 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/external/llvm-project/llvm/include/llvm/IR/
DBasicBlock.h425 void replacePhiUsesWith(BasicBlock *Old, BasicBlock *New);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h738 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h847 void replacePhiUsesWith(MachineBasicBlock *Old, MachineBasicBlock *New);