Lines Matching refs:BREAK
48 STATISTIC(numLoopbreakPatternMatch, "CFGStructurizer number of loop-break "
234 std::set<RegiT> breakOnRegs; //registers that need to "if (reg) break
235 //endif" after ENDLOOP(thisloop) break
290 //landing info for loop break
892 // be mistaken as "break" of the current loop.
908 break;
1103 // Fold break into the breaking block. Leverage across level breaks.
1226 break;
1447 errs() << "Trying to break loop-depth = " << getLoopDepth(exitLoop)
1639 // Loop breakOnRegs are check after the ENDLOOP: break the loop outside this
1715 // break
1744 CFGTraits::insertInstrBefore(branchInstrPos, AMDGPU::BREAK, passRep);
1787 // break
1805 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::BREAK, passRep, DL);
1829 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::BREAK, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
1838 // BBs in exitBlkSet are determined as in break-path for loopRep,
1844 // (2) change the continue-instr in BBs in exitBlkSet to break-instr
2424 SHOWNEWBLK(blk, "DummyLandingBlock for loop without break: ");
2884 break;
2939 break;