Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp526 BranchInst *OuterMostLoopLatchBI = in processLoopList() local
528 if (!OuterMostLoopLatchBI) in processLoopList()
537 if (OuterMostLoopLatchBI->getSuccessor(0) == OuterMostLoop->getHeader()) in processLoopList()
538 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(1); in processLoopList()
540 LoopNestExit = OuterMostLoopLatchBI->getSuccessor(0); in processLoopList()