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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp836 /// @param IsHint True when A is about to be assigned to its preferred
840 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, argument
846 if (CanSplit && IsHint && !BreaksHint)
861 /// @param IsHint True when PhysReg is VirtReg's preferred register.
866 bool IsHint, EvictionCost &MaxCost,
937 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
865 canEvictInterference(LiveInterval &VirtReg, Register PhysReg, bool IsHint, EvictionCost &MaxCost, const SmallVirtRegSet &FixedRegisters) argument

Completed in 138 milliseconds