reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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)) {