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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp646 /// @param IsHint True when A is about to be assigned to its preferred
650 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, argument
656 if (CanSplit && IsHint && !BreaksHint)
671 /// @param IsHint True when PhysReg is VirtReg's preferred register.
676 bool IsHint, EvictionCost &MaxCost) {
739 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
675 canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, bool IsHint, EvictionCost &MaxCost) argument

Completed in 105 milliseconds