Home
last modified time | relevance | path

Searched refs:getOrderLimit (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DRegAllocEvictionAdvisor.h128 std::optional<unsigned> getOrderLimit(const LiveInterval &VirtReg,
H A DRegAllocEvictionAdvisor.cpp283 auto MaybeOrderLimit = getOrderLimit(VirtReg, Order, CostPerUseLimit); in tryFindEvictionCandidate()
H A DMLRegAllocEvictAdvisor.cpp669 auto MaybeOrderLimit = getOrderLimit(VirtReg, Order, CostPerUseLimit); in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp531 RegAllocEvictionAdvisor::getOrderLimit(const LiveInterval &VirtReg, in getOrderLimit() function in RegAllocEvictionAdvisor