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