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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp533 /// @param IsHint True when A is about to be assigned to its preferred
537 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, argument
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))
558 canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, bool IsHint, EvictionCost &MaxCost) argument

Completed in 30 milliseconds