Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp230 struct EvictionCost { struct in __anon4e4d313f0111::RAGreedy
234 EvictionCost(): BrokenHints(0), MaxWeight(0) {} in EvictionCost() argument
242 bool operator<(const EvictionCost &O) const { in operator <() argument
357 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
634 EvictionCost MaxCost; in tryAssign()
724 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference()
742 EvictionCost Cost; in canEvictInterference()
863 EvictionCost BestCost; in tryEvict()