Searched refs:isSpillInstruction (Results 1 – 3 of 3) sorted by relevance
1004 bool isSpillInstruction(const MachineInstr &MI, MachineFunction *MF);1669 bool VarLocBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in VarLocBasedLDV1684 if (!isSpillInstruction(MI, MF)) in isLocationSpill()1759 if (isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()
1175 std::optional<SpillLocationNo> isSpillInstruction(const MachineInstr &MI,
1958 InstrRefBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction() function in InstrRefBasedLDV1979 if (!isSpillInstruction(MI, MF)) in isLocationSpill()2031 if (std::optional<SpillLocationNo> Loc = isSpillInstruction(MI, MF)) { in transferSpillOrRestoreInst()