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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp158 unsigned BrokenHints; ///< Total number of broken hints. member in struct:__anon8706::RAGreedy::EvictionCost
161 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {}
164 if (BrokenHints != O.BrokenHints)
165 return BrokenHints < O.BrokenHints;
564 Cost.BrokenHints += 10;
569 Cost.BrokenHints += BreaksHint;
640 BestCost.BrokenHints = 0;

Completed in 46 milliseconds