Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Parity

393   int Parity = 0;
396 Changed |= colorChainSet(std::move(I), MBB, Parity);
439 int &Parity) {
448 // so the parity counter is updated and we know what color we should
463 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
467 if (Parity == 0)
471 DEBUG(dbgs() << " - Parity=" << Parity << ", Color="
485 Parity += (C == Color::Even) ? G->size() : -G->size();
486 PreferredColor = Parity < 0 ? Color::Even : Color::Odd;