Searched refs:Parity (Results 1 – 2 of 2) sorted by relevance
393 int Parity = 0; in runOnBasicBlock() local396 Changed |= colorChainSet(std::move(I), MBB, Parity); in runOnBasicBlock()439 int &Parity) { in colorChainSet() argument463 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()467 if (Parity == 0) in colorChainSet()471 DEBUG(dbgs() << " - Parity=" << Parity << ", Color=" in colorChainSet()485 Parity += (C == Color::Even) ? G->size() : -G->size(); in colorChainSet()486 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
156 template<T N, T Parity, typename = void> struct make;