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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp158 struct EvictionCost { struct in class:__anon18553::RAGreedy
162 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} function in struct:__anon18553::RAGreedy::EvictionCost
164 bool operator<(const EvictionCost &O) const {
265 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
462 EvictionCost MaxCost(1);
522 bool IsHint, EvictionCost &MaxCost) {
534 EvictionCost Cost;
620 EvictionCost BestCost(~0u);
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp232 struct EvictionCost { struct in class:__anon12608::RAGreedy
236 EvictionCost(): BrokenHints(0), MaxWeight(0) {} function in struct:__anon12608::RAGreedy::EvictionCost
244 bool operator<(const EvictionCost &O) const {
359 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
636 EvictionCost MaxCost;
726 bool IsHint, EvictionCost &MaxCost) {
744 EvictionCost Cost;
865 EvictionCost BestCost;

Completed in 840 milliseconds