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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp217 struct EvictionCost { struct in class:__anon25792::RAGreedy
221 EvictionCost(): BrokenHints(0), MaxWeight(0) {} function in struct:__anon25792::RAGreedy::EvictionCost
229 bool operator<(const EvictionCost &O) const {
340 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
586 EvictionCost MaxCost;
676 bool IsHint, EvictionCost &MaxCost) {
694 EvictionCost Cost;
805 EvictionCost BestCost;

Completed in 78 milliseconds