Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocEvictionAdvisor.h83 bool isMax() const { return BrokenHints == ~0u; } in isMax() function
DRegAllocEvictionAdvisor.cpp265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()