reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 if (CC != X86::COND_INVALID && (IncludeLoads || !I.mayLoad())) { 297 FirstCC = CC; 298 FirstOppCC = X86::GetOppositeBranchCondition(CC); 307 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC)) 307 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC)) 313 MemOpCC = CC; 314 else if (CC != MemOpCC)