Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp471 Register canReassign(LiveInterval &VirtReg, Register PrevReg) const;
872 Register RAGreedy::canReassign(LiveInterval &VirtReg, Register PrevReg) const { in canReassign() function in RAGreedy
1015 (!EnableLocalReassign || !canReassign(*Intf, PhysReg))) { in canEvictInterference()