Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp184 bool isLastUseOfLocalReg(const MachineOperand &MO) const;
296 bool RegAllocFast::isLastUseOfLocalReg(const MachineOperand &MO) const { in isLastUseOfLocalReg() function in RegAllocFast
674 if (isLastUseOfLocalReg(MO)) { in reloadVirtReg()