Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp36 bool HardHints = in create() local
50 return AllocationOrder(std::move(Hints), Order, HardHints); in create()
H A DAllocationOrder.h91 bool HardHints) in AllocationOrder() argument
93 IterationLimit(HardHints ? 0 : static_cast<int>(Order.size())) {} in AllocationOrder()