Searched defs:isHint (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h88 bool isHint() const { return Pos <= 0; } function in class:llvm::AllocationOrder
91 bool isHint(unsigned PhysReg) const { return is_contained(Hints, PhysReg); } function in class:llvm::AllocationOrder

Completed in 97 milliseconds