Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp622 bool DoSpillFill = false; in collectBPFFastCalls() local
624 DoSpillFill |= !MI.definesRegister(SR, TRI) && LiveRegs.contains(SR); in collectBPFFastCalls()
625 if (!DoSpillFill) in collectBPFFastCalls()