Searched refs:EvictionCost (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 158 struct EvictionCost { struct in __anonee6eecea0111::RAGreedy 162 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} in EvictionCost() argument 164 bool operator<(const EvictionCost &O) const { in operator <() argument 265 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&); 462 EvictionCost MaxCost(1); in tryAssign() 522 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() 534 EvictionCost Cost; in canEvictInterference() 620 EvictionCost BestCost(~0u); in tryEvict()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 232 struct EvictionCost { struct in __anon739613be0111::RAGreedy 236 EvictionCost(): BrokenHints(0), MaxWeight(0) {} in EvictionCost() function 244 bool operator<(const EvictionCost &O) const { in operator <() argument 359 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&); 636 EvictionCost MaxCost; in tryAssign() 726 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() 744 EvictionCost Cost; in canEvictInterference() 865 EvictionCost BestCost; in tryEvict()
|