Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isHint

464   if (!PhysReg || Order.isHint())
472 if (Order.isHint(Hint)) {
533 /// @param IsHint True when A is about to be assigned to its preferred
537 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint,
543 if (CanSplit && IsHint && !BreaksHint)
554 /// @param IsHint True when PhysReg is VirtReg's preferred register.
559 bool IsHint, EvictionCost &MaxCost) {
629 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
736 if (Order.isHint())