Searched refs:StInst (Results 1 – 2 of 2) sorted by relevance
408 MachineInstr *StInst = StoreInst; in buildCopy() local412 StInst = LoadInst; in buildCopy()414 BuildMI(*MBB, StInst, StInst->getDebugLoc(), TII->get(NStoreOpcode)) in buildCopy()511 MachineInstr *StInst = StoreInst; in updateKillStatus() local513 StInst = LoadInst; in updateKillStatus()514 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
2583 } else if (auto *StInst = dyn_cast<StoreInst>(Inst)) { in salvageDebugInfo() local2584 Storage = StInst->getOperand(0); in salvageDebugInfo()