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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp496 /// @param IsHint True when A is about to be assigned to its preferred
500 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, argument
506 if (CanSplit && IsHint && !BreaksHint)
517 /// @prarm IsHint True when PhysReg is VirtReg's preferred register.
522 bool IsHint, EvictionCost &MaxCost) {
571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
521 canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, bool IsHint, EvictionCost &MaxCost) argument
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp696 /// @param IsHint True when A is about to be assigned to its preferred
700 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, argument
706 if (CanSplit && IsHint && !BreaksHint)
721 /// @param IsHint True when PhysReg is VirtReg's preferred register.
726 bool IsHint, EvictionCost &MaxCost) {
789 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
725 canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, bool IsHint, EvictionCost &MaxCost) argument

Completed in 287 milliseconds