Searched refs:CurrCycleInstr (Results 1 – 2 of 2) sorted by relevance
27 CurrCycleInstr(nullptr), in GCNHazardRecognizer()38 CurrCycleInstr = MI; in EmitInstruction()82 if (!CurrCycleInstr) in AdvanceCycle()86 unsigned NumWaitStates = TII->getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()89 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle()104 CurrCycleInstr = nullptr; in AdvanceCycle()
33 MachineInstr *CurrCycleInstr; variable