Searched refs:ContingMBB (Results 1 – 1 of 1) sorted by relevance
300 void settleLoopcontBlock(MachineBasicBlock *ContingMBB,1465 void AMDGPUCFGStructurizer::settleLoopcontBlock(MachineBasicBlock *ContingMBB, in settleLoopcontBlock() argument1468 << ContingMBB->getNumber() << ", cont = BB" in settleLoopcontBlock()1471 MachineInstr *MI = getLoopendBlockBranchInstr(ContingMBB); in settleLoopcontBlock()1479 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI); in settleLoopcontBlock()1487 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock()1488 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock()1503 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()1504 getLastDebugLocInBB(ContingMBB)); in settleLoopcontBlock()