Searched refs:contingLoop (Results 1 – 1 of 1) sorted by relevance
322 void handleLoopcontBlock(BlockT *ContingBlock, LoopT *contingLoop,1471 LoopT *contingLoop, in handleLoopcontBlock() argument1480 << " from loop-depth = " << getLoopDepth(contingLoop) << "\n"; in handleLoopcontBlock()1485 if (contingLoop != contLoop) { in handleLoopcontBlock()1490 while (contingLoop && contingLoop->getParentLoop() != contLoop) { in handleLoopcontBlock()1491 addLoopBreakOnReg(contingLoop, initReg); //not addLoopContOnReg in handleLoopcontBlock()1492 contingLoop = contingLoop->getParentLoop(); in handleLoopcontBlock()1494 assert(contingLoop && contingLoop->getParentLoop() == contLoop); in handleLoopcontBlock()1495 addLoopContOnReg(contingLoop, initReg); in handleLoopcontBlock()