Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1111 LoopT *exitingLoop = loopInfo->getLoopFor(exitingBlk); in loopbreakPatternMatch() local
1112 handleLoopbreak(exitingBlk, exitingLoop, exitBlk, loopRep, exitLandBlk); in loopbreakPatternMatch()
1442 LoopT *exitingLoop, in handleLoopbreak() argument
1448 << " from loop-depth = " << getLoopDepth(exitingLoop) << "\n"; in handleLoopbreak()
1453 if (exitingLoop != exitLoop) { in handleLoopbreak()
1458 while (exitingLoop != exitLoop && exitingLoop) { in handleLoopbreak()
1459 addLoopBreakOnReg(exitingLoop, initReg); in handleLoopbreak()
1460 exitingLoop = exitingLoop->getParentLoop(); in handleLoopbreak()
1462 assert(exitingLoop == exitLoop); in handleLoopbreak()