Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h193 std::unique_ptr<RegAllocEvictionAdvisor> EvictAdvisor; variable
H A DRegAllocGreedy.cpp557 if (EvictAdvisor->canEvictHintInterference(VirtReg, PhysHint, in tryAssign()
719 MCRegister BestPhys = EvictAdvisor->tryFindEvictionCandidate( in tryEvict()
1314 if (IgnoreCSR && EvictAdvisor->isUnusedCalleeSavedReg(PhysReg)) in calculateRegionSplitCost()
2570 EvictAdvisor->isUnusedCalleeSavedReg(PhysReg) && NewVRegs.empty()) { in selectOrSplitImpl()
2877 EvictAdvisor = EvictProvider->getAdvisor(*MF, *this, MBFI, Loops); in run()