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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp460 bool shouldEvict(LiveInterval &A, bool, LiveInterval &B, bool);
827 /// shouldEvict - determine if A should evict the assigned live range B. The
840 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, function in class:__anon3553::RAGreedy
937 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))

Completed in 102 milliseconds