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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp278 void handleLoopcontBlock(MachineBasicBlock *ContingMBB,
308 void settleLoopcontBlock(MachineBasicBlock *ContingMBB,
1470 void AMDGPUCFGStructurizer::handleLoopcontBlock(MachineBasicBlock *ContingMBB, argument
1473 DEBUG(dbgs() << "loopcontPattern cont = BB" << ContingMBB->getNumber()
1478 settleLoopcontBlock(ContingMBB, ContMBB);
1597 void AMDGPUCFGStructurizer::settleLoopcontBlock(MachineBasicBlock *ContingMBB, argument
1600 << ContingMBB->getNumber()
1603 MachineInstr *MI = getLoopendBlockBranchInstr(ContingMBB);
1611 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI);
1619 insertInstrEnd(ContingMBB, AMDGP
[all...]

Completed in 87 milliseconds