Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp903 auto *ClonedPH = CloneBlock(LoopPH); in buildClonedLoopBlocks() local
1033 return ClonedPH; in buildClonedLoopBlocks()
1109 auto *ClonedPH = cast<BasicBlock>(VMap.lookup(OrigPH)); in buildClonedLoops() local
1151 if (Pred == ClonedPH) in buildClonedLoops()
1191 ParentL->addBasicBlockToLoop(ClonedPH, LI); in buildClonedLoops()
1255 UnloopedBlockSet.insert(ClonedPH); in buildClonedLoops()
1285 if (BB == ClonedPH) in buildClonedLoops()
1318 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()
1965 BasicBlock *ClonedPH = ClonedPHs.begin()->second; in unswitchNontrivialInvariants() local
1966 BI->setSuccessor(ClonedSucc, ClonedPH); in unswitchNontrivialInvariants()
[all …]