Lines Matching refs:getLoopDepth
209 static unsigned getLoopDepth(MachineLoop *LoopRep);372 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {373 return LoopRep ? LoopRep->getLoopDepth() : 0;1427 << getLoopDepth(ContLoop)1428 << " from loop-depth = " << getLoopDepth(ContingLoop) << "\n";);