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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp424 bool SpillKill = MachineBasicBlock::iterator(LR.LastUse) != MI; local
427 spill(MI, LR.VirtReg, LR.PhysReg, SpillKill);
429 if (SpillKill)

Completed in 265 milliseconds