Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1197 unsigned NumSucc = OuterLoopPredecessorBI->getNumSuccessors(); in adjustLoopBranches() local
1198 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()
1203 NumSucc = OuterLoopHeaderBI->getNumSuccessors(); in adjustLoopBranches()
1204 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()
1224 NumSucc = InnerLoopLatchPredecessorBI->getNumSuccessors(); in adjustLoopBranches()
1225 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()