Home | History | Annotate | Download | only in radeon

Lines Matching defs:getLoopDepth

389   unsigned getLoopDepth  (LoopT *LoopRep);
1447 errs() << "Trying to break loop-depth = " << getLoopDepth(exitLoop)
1448 << " from loop-depth = " << getLoopDepth(exitingLoop) << "\n";
1479 << getLoopDepth(contLoop)
1480 << " from loop-depth = " << getLoopDepth(contingLoop) << "\n";
2549 unsigned CFGStructurizer<PassT>::getLoopDepth(LoopT *loopRep) {
2550 return loopRep ? loopRep->getLoopDepth() : 0;
2551 } //getLoopDepth