reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 for (auto I = MBB->pred_begin(); I != MBB->pred_end(); ++I) 49 for (auto I = MBB->pred_begin(); I != MBB->pred_end(); ++I) 50 if (Loop->contains(*I)) 51 PredMBB = (*I == MBB ? nullptr : *I); 51 PredMBB = (*I == MBB ? nullptr : *I);