Searched refs:shouldEvict (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 264 bool shouldEvict(LiveInterval &A, bool, LiveInterval &B, bool); 500 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, in shouldEvict() function in RAGreedy 571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 358 bool shouldEvict(LiveInterval &A, bool, LiveInterval &B, bool); 700 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, in shouldEvict() function in RAGreedy 789 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
|