Searched refs:FallThruPath (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp236 unsigned FallThruPath = BI->getSuccessor(0) == Latch ? 0 : 1; local
241 BI->setSuccessor(FallThruPath, Header);

Completed in 79 milliseconds