Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h128 std::optional<unsigned> getOrderLimit(const LiveInterval &VirtReg,
H A DRegAllocEvictionAdvisor.cpp282 auto MaybeOrderLimit = getOrderLimit(VirtReg, Order, CostPerUseLimit); in tryFindEvictionCandidate()
H A DMLRegAllocEvictAdvisor.cpp666 auto MaybeOrderLimit = getOrderLimit(VirtReg, Order, CostPerUseLimit); in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp533 RegAllocEvictionAdvisor::getOrderLimit(const LiveInterval &VirtReg, in getOrderLimit() function in RegAllocEvictionAdvisor