Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1171 unsigned NumSucc = OuterLoopPredecessorBI->getNumSuccessors(); in adjustLoopBranches() local
1172 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()
1177 NumSucc = OuterLoopHeaderBI->getNumSuccessors(); in adjustLoopBranches()
1178 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()
1198 NumSucc = InnerLoopLatchPredecessorBI->getNumSuccessors(); in adjustLoopBranches()
1199 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()