Lines Matching refs:CurMI
651 static void interpretValues(const MachineInstr *CurMI, in interpretValues() argument
656 const MachineFunction *MF = CurMI->getMF(); in interpretValues()
706 getForwardingRegsDefinedByMI(*CurMI, FwdRegDefs); in interpretValues()
725 if (auto ParamValue = TII.describeLoadedValue(*CurMI, ParamFwdReg)) { in interpretValues()
769 static bool interpretNextInstr(const MachineInstr *CurMI, in interpretNextInstr() argument
774 if (CurMI->isBundle()) in interpretNextInstr()
780 if (CurMI->isCall()) in interpretNextInstr()
787 if (CurMI->getNumOperands() == 0) in interpretNextInstr()
790 interpretValues(CurMI, ForwardedRegWorklist, Params, ClobberedRegUnits); in interpretNextInstr()
1408 assert(CurMI == nullptr); in endModule()
2037 if (!CurMI) in beginInstruction()