Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1813 int ClonedSucc = 0; in unswitchNontrivialInvariants() local
1821 ClonedSucc = 1; in unswitchNontrivialInvariants()
1826 BI ? BI->getSuccessor(1 - ClonedSucc) : SI->getDefaultDest(); in unswitchNontrivialInvariants()
1829 UnswitchedSuccBBs.insert(BI->getSuccessor(ClonedSucc)); in unswitchNontrivialInvariants()
1966 BI->setSuccessor(ClonedSucc, ClonedPH); in unswitchNontrivialInvariants()
1967 BI->setSuccessor(1 - ClonedSucc, LoopPH); in unswitchNontrivialInvariants()