Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isHint

624   if (!PhysReg || Order.isHint())
632 if (Order.isHint(Hint)) {
694 /// @param IsHint True when A is about to be assigned to its preferred
698 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint,
704 if (CanSplit && IsHint && !BreaksHint)
719 /// @param IsHint True when PhysReg is VirtReg's preferred register.
724 bool IsHint, EvictionCost &MaxCost) {
787 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
911 if (Order.isHint())