Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DExitTest.java70 boolean exitLoop; in testExit001()
77 exitLoop = true; in testExit001()
79 exitLoop = false; in testExit001()
86 } while (!exitLoop); in testExit001()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp321 BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
1444 LoopT *exitLoop, in handleLoopbreak() argument
1447 errs() << "Trying to break loop-depth = " << getLoopDepth(exitLoop) in handleLoopbreak()
1453 if (exitingLoop != exitLoop) { in handleLoopbreak()
1457 addLoopBreakInitReg(exitLoop, initReg); in handleLoopbreak()
1458 while (exitingLoop != exitLoop && exitingLoop) { in handleLoopbreak()
1462 assert(exitingLoop == exitLoop); in handleLoopbreak()