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

References

lib/Target/X86/X86CmovConversion.cpp
  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)