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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h35 // If HardHints is true, *only* Hints will be returned.
36 bool HardHints; member in class:llvm::AllocationOrder
58 if (HardHints)
77 if (HardHints)
H A DAllocationOrder.cpp33 : Pos(0), HardHints(false) {
38 HardHints = true;

Completed in 99 milliseconds