Home | History | Annotate | Download | only in R600

Lines Matching full:loopinfo

164     DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI););
198 static void PrintLoopinfo(const MachineLoopInfo &LoopInfo) {
199 for (MachineLoop::iterator iter = LoopInfo.begin(),
200 iterEnd = LoopInfo.end(); iter != iterEnd; ++iter) {