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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp223 bool isMax() const { return BrokenHints == ~0u; } function in struct:__anon25792::RAGreedy::EvictionCost
741 // If !MaxCost.isMax(), then we're just looking for a cheap register.
744 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&

Completed in 117 milliseconds