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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp270 unsigned BrokenHints = 0; ///< Total number of broken hints. member in struct:__anon3553::RAGreedy::EvictionCost
275 bool isMax() const { return BrokenHints == ~0u; }
277 void setMax() { BrokenHints = ~0u; }
279 void setBrokenHints(unsigned NHints) { BrokenHints = NHints; }
282 return std::tie(BrokenHints, MaxWeight) <
283 std::tie(O.BrokenHints, O.MaxWeight);
924 Cost.BrokenHints += 10;
929 Cost.BrokenHints += BreaksHint;
989 Cost.BrokenHints += BreaksHint;
1116 BestCost.BrokenHints
[all...]

Completed in 106 milliseconds