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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp156 unsigned BrokenHints; ///< Total number of broken hints. member in struct:__anon9505::RAGreedy::EvictionCost
159 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {}
162 if (BrokenHints != O.BrokenHints)
163 return BrokenHints < O.BrokenHints;
562 Cost.BrokenHints += 10;
567 Cost.BrokenHints += BreaksHint;
639 BestCost.BrokenHints = 0;

Completed in 1283 milliseconds