Home
last modified time | relevance | path

Searched refs:DefaultPriorityAdvisor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPriorityAdvisor.h51 class DefaultPriorityAdvisor : public RegAllocPriorityAdvisor {
53 DefaultPriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DefaultPriorityAdvisor() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.cpp62 return std::make_unique<DefaultPriorityAdvisor>(MF, RA, &SI); in getAdvisor()
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp109 const DefaultPriorityAdvisor DefaultAdvisor;
H A DRegAllocGreedy.cpp438 unsigned DefaultPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority()