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

References

lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  465   Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
  469     if (Parity == 0)
  473     LLVM_DEBUG(dbgs() << " - Parity=" << Parity
  489     Parity += (C == Color::Even) ? G->size() : -G->size();
  490     PreferredColor = Parity < 0 ? Color::Even : Color::Odd;