Searched refs:ContingMBB (Results 1 – 1 of 1) sorted by relevance
275 void settleLoopcontBlock(MachineBasicBlock *ContingMBB,1440 void AMDGPUCFGStructurizer::settleLoopcontBlock(MachineBasicBlock *ContingMBB, in settleLoopcontBlock() argument1443 << ContingMBB->getNumber() << ", cont = BB" in settleLoopcontBlock()1446 MachineInstr *MI = getLoopendBlockBranchInstr(ContingMBB); in settleLoopcontBlock()1454 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI); in settleLoopcontBlock()1462 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock()1463 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock()1478 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()1479 getLastDebugLocInBB(ContingMBB)); in settleLoopcontBlock()