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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp157 struct EvictionCost { struct in class:__anon8706::RAGreedy
161 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} function in struct:__anon8706::RAGreedy::EvictionCost
163 bool operator<(const EvictionCost &O) const {
263 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
456 EvictionCost MaxCost(1);
516 bool IsHint, EvictionCost &MaxCost) {
532 EvictionCost Cost;
634 EvictionCost BestCost(~0u);

Completed in 45 milliseconds