Searched refs:CurSlots (Results 1 – 2 of 2) sorted by relevance
149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()159 if (isLoadAfterStore(SU) && CurSlots < 6) { in PreEmitNoops()168 return 5 - CurSlots; in PreEmitNoops()177 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) { in EmitInstruction()179 CurSlots = CurBranches = 0; in EmitInstruction()189 if (MustBeFirst && CurSlots) { in EmitInstruction()190 CurSlots = CurBranches = 0; in EmitInstruction()194 CurSlots += NSlots; in EmitInstruction()215 CurSlots = CurBranches = 0; in Reset()227 CurSlots == 6) { in EmitNoop()[all …]
28 unsigned CurSlots, CurBranches; variable37 CurSlots(0), CurBranches(0) {} in PPCDispatchGroupSBHazardRecognizer()