reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 if (!Visited.insert(PB).second) 164 if (PB == BB) 166 for (auto I = PB->instr_rbegin(), E = PB->instr_rend(); I != E; ++I) { 166 for (auto I = PB->instr_rbegin(), E = PB->instr_rend(); I != E; ++I) { 176 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited))