Home
last modified time | relevance | path

Searched refs:BreaksHint (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp501 LiveInterval &B, bool BreaksHint) { in shouldEvict() argument
506 if (CanSplit && IsHint && !BreaksHint) in shouldEvict()
563 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference() local
565 Cost.BrokenHints += BreaksHint; in canEvictInterference()
571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp701 LiveInterval &B, bool BreaksHint) { in shouldEvict() argument
706 if (CanSplit && IsHint && !BreaksHint) in shouldEvict()
779 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference() local
781 Cost.BrokenHints += BreaksHint; in canEvictInterference()
789 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()