Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp648 auto MaybeOrderLimit = getOrderLimit(VirtReg, Order, CostPerUseLimit); in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp527 RegAllocEvictionAdvisor::getOrderLimit(const LiveInterval &VirtReg, in getOrderLimit() function in RegAllocEvictionAdvisor