Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp528 BranchInst *OuterMostLoopLatchBI = in processLoopList() local
530 if (!OuterMostLoopLatchBI) in processLoopList()
539 if (OuterMostLoopLatchBI->getSuccessor(0) == OuterMostLoop->getHeader()) in processLoopList()
540 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(1); in processLoopList()
542 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(0); in processLoopList()