reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
827 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; 828 pos = MBBLiveness.LiveIn.find_next(pos)) { 828 pos = MBBLiveness.LiveIn.find_next(pos)) { 829 Starts[pos] = Indexes->getMBBStartIdx(&MBB);