reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3671 if (Instr.modifiesRegister(X86::EFLAGS, TRI) || 3672 Instr.readsRegister(X86::EFLAGS, TRI)) { 3679 Instr.registerDefIsDead(X86::EFLAGS, TRI)) { 3706 bool ModifyEFLAGS = Instr.modifiesRegister(X86::EFLAGS, TRI); 3707 bool UseEFLAGS = Instr.readsRegister(X86::EFLAGS, TRI); 3776 if (ModifyEFLAGS || Instr.killsRegister(X86::EFLAGS, TRI)) { 3802 if (!Instr->readsRegister(X86::EFLAGS, TRI) && 3803 Instr->modifiesRegister(X86::EFLAGS, TRI)) {