reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86InstrInfo.cpp
 3706     bool ModifyEFLAGS = Instr.modifiesRegister(X86::EFLAGS, TRI);
 3707     bool UseEFLAGS = Instr.readsRegister(X86::EFLAGS, TRI);
 3721       if (Instr.isBranch())
 3722         OldCC = X86::getCondFromBranch(Instr);
 3724         OldCC = X86::getCondFromSETCC(Instr);
 3726           OldCC = X86::getCondFromCMov(Instr);
 3776     if (ModifyEFLAGS || Instr.killsRegister(X86::EFLAGS, TRI)) {