Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1019 auto *ClonedPH = CloneBlock(LoopPH); in buildClonedLoopBlocks() local
1149 return ClonedPH; in buildClonedLoopBlocks()
1225 auto *ClonedPH = cast<BasicBlock>(VMap.lookup(OrigPH)); in buildClonedLoops() local
1267 if (Pred == ClonedPH) in buildClonedLoops()
1307 ParentL->addBasicBlockToLoop(ClonedPH, LI); in buildClonedLoops()
1371 UnloopedBlockSet.insert(ClonedPH); in buildClonedLoops()
1400 if (BB == ClonedPH) in buildClonedLoops()
1433 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()
2066 BasicBlock *ClonedPH = ClonedPHs.begin()->second; in unswitchNontrivialInvariants() local
2067 BI->setSuccessor(ClonedSucc, ClonedPH); in unswitchNontrivialInvariants()
[all …]