Home | History | Annotate | Download | only in R600

Lines Matching defs:getLoopDepth

216   static unsigned getLoopDepth(MachineLoop *LoopRep);
379 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {
380 return LoopRep ? LoopRep->getLoopDepth() : 0;
1477 << getLoopDepth(ContLoop)
1478 << " from loop-depth = " << getLoopDepth(ContingLoop) << "\n";);