Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp264 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/
DRegAllocGreedy.cpp358 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()