reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
924 MachineFunction *MF = MI.getMF(); 929 LLVM_DEBUG(dbgs() << "Examining instruction: "; MI.dump();); 935 if (isSpillInstruction(MI, MF)) { 936 Loc = extractSpillBaseRegAndOffset(MI); 953 Transfers.push_back({&MI, UndefLocID}); 961 if (isLocationSpill(MI, MF, Reg)) { 963 LLVM_DEBUG(dbgs() << "Recognized as spill: "; MI.dump();); 967 if (!(Loc = isRestoreInstruction(MI, MF, Reg))) 970 LLVM_DEBUG(dbgs() << "Recognized as restore: "; MI.dump();); 987 insertTransferDebugPair(MI, OpenRanges, Transfers, VarLocIDs, ID, TKind,