Searched refs:CurMI (Results 1 – 7 of 7) sorted by relevance
364 assert(CurMI == nullptr); in beginInstruction()365 CurMI = MI; in beginInstruction()390 assert(CurMI != nullptr); in endInstruction()393 if (!CurMI->isMetaInstruction()) { in endInstruction()395 PrevInstBB = CurMI->getParent(); in endInstruction()399 LabelsAfterInsn.find(CurMI); in endInstruction()403 CurMI = nullptr; in endInstruction()411 if (CurMI->getParent()->isEndSection() && CurMI->getNextNode() == nullptr) { in endInstruction()412 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()418 CurMI = nullptr; in endInstruction()
660 static void interpretValues(const MachineInstr *CurMI, in interpretValues() argument665 const MachineFunction *MF = CurMI->getMF(); in interpretValues()714 getForwardingRegsDefinedByMI(*CurMI, FwdRegDefs); in interpretValues()732 if (auto ParamValue = TII.describeLoadedValue(*CurMI, ParamFwdReg)) { in interpretValues()775 static bool interpretNextInstr(const MachineInstr *CurMI, in interpretNextInstr() argument780 if (CurMI->isBundle()) in interpretNextInstr()786 if (CurMI->isCall()) in interpretNextInstr()793 if (CurMI->getNumOperands() == 0) in interpretNextInstr()796 interpretValues(CurMI, ForwardedRegWorklist, Params, ClobberedRegUnits); in interpretNextInstr()1418 assert(CurMI == nullptr); in endModule()[all …]
298 for (MachineInstr &CurMI : in combineMachineInstrs()301 if (EnableDCE && tryDCE(CurMI, MRI)) in combineMachineInstrs()303 WorkList.deferred_insert(&CurMI); in combineMachineInstrs()
223 MachineInstr *CurMI; in repairReg() local225 CurMI = MI; in repairReg()227 CurMI = MIRBuilder.getMF().CloneMachineInstr(MI); in repairReg()228 InsertPt->insert(*CurMI); in repairReg()229 NewInstrs[Idx++] = CurMI; in repairReg()
79 const MachineInstr *CurMI = nullptr; variable
132 for (const auto &CurMI : *MI.getParent()) { in rescheduleCanonically()133 if (&CurMI == &MI) in rescheduleCanonically()
1485 if (!CurMI) // no debug info in beginInstruction()