reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2701 for (auto I = std::next(MBB.rbegin()), E = MBB.rend(); I != E; ++I) { 2701 for (auto I = std::next(MBB.rbegin()), E = MBB.rend(); I != E; ++I) { 2702 if (I->modifiesRegister(X86::EFLAGS, TRI)) { 2703 ConditionDef = &*I; 2707 if (I->readsRegister(X86::EFLAGS, TRI))