Searched refs:canEvictInterferenceBasedOnCost (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocEvictionAdvisor.cpp | 173 return canEvictInterferenceBasedOnCost(VirtReg, PhysReg, true, MaxCost, in canEvictHintInterference() 186 bool DefaultEvictionAdvisor::canEvictInterferenceBasedOnCost( in canEvictInterferenceBasedOnCost() function in DefaultEvictionAdvisor 300 !canEvictInterferenceBasedOnCost(VirtReg, PhysReg, false, BestCost, in tryFindEvictionCandidate()
|
H A D | RegAllocEvictionAdvisor.h | 215 bool canEvictInterferenceBasedOnCost(const LiveInterval &, MCRegister, bool,
|