Searched refs:isMax (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp275 bool isMax() const { return BrokenHints == ~0u; } function in struct:__anon3553::RAGreedy::EvictionCost
939 // If !MaxCost.isMax(), then we're just looking for a cheap register.
942 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&

Completed in 113 milliseconds