Home | History | Annotate | Download | only in src

Lines Matching refs:Inf

601   constexpr static BaseType Inf = ~0; /// Force regalloc to give a register
603 constexpr static BaseType Max = Inf - 1; /// Max natural weight.
605 if (Delta == Inf)
606 Weight = Inf;
607 else if (Weight != Inf)
608 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf)