Searched refs:isLocationSpill (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1012 bool isLocationSpill(const MachineInstr &MI, MachineFunction *MF, 1682 bool VarLocBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill() function in VarLocBasedLDV 1789 if (isLocationSpill(MI, MF, Reg)) { in transferSpillOrRestoreInst()
|
H A D | InstrRefBasedImpl.h | 1276 bool isLocationSpill(const MachineInstr &MI, MachineFunction *MF,
|
H A D | InstrRefBasedImpl.cpp | 2005 bool InstrRefBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill() function in InstrRefBasedLDV 2080 if (isLocationSpill(MI, MF, Reg)) { in transferSpillOrRestoreInst()
|