Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp278 void settleLoopcontBlock(MachineBasicBlock *ContingMBB,
1429 void R600MachineCFGStructurizer::settleLoopcontBlock(MachineBasicBlock *ContingMBB, in settleLoopcontBlock() argument
1432 << ContingMBB->getNumber() << ", cont = BB" in settleLoopcontBlock()
1435 MachineInstr *MI = getLoopendBlockBranchInstr(ContingMBB); in settleLoopcontBlock()
1443 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI); in settleLoopcontBlock()
1451 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock()
1452 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock()
1467 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()
1468 getLastDebugLocInBB(ContingMBB)); in settleLoopcontBlock()