Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Parity

399   int Parity = 0;
402 Changed |= colorChainSet(std::move(I), MBB, Parity);
445 int &Parity) {
454 // so the parity counter is updated and we know what color we should
469 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
473 if (Parity == 0)
477 DEBUG(dbgs() << " - Parity=" << Parity << ", Color="
491 Parity += (C == Color::Even) ? G->size() : -G->size();
492 PreferredColor = Parity < 0 ? Color::Even : Color::Odd;