Lines Matching refs:CurEmitted
35 CurEmitted = 0; in initialize()
64 bool AllowSwitchToAlu = (CurEmitted >= InstKindLimit[CurInstKind]) || in pickNode()
66 bool AllowSwitchFromAlu = (CurEmitted >= InstKindLimit[CurInstKind]) && in pickNode()
107 if (CurEmitted >= InstKindLimit[IDAlu]) in pickNode()
108 CurEmitted = 0; in pickNode()
149 CurEmitted = 0; in schedNode()
157 CurEmitted += 4; in schedNode()
162 ++CurEmitted; in schedNode()
167 ++CurEmitted; in schedNode()
172 ++CurEmitted; in schedNode()
176 DEBUG(dbgs() << CurEmitted << " Instructions Emitted in this clause\n"); in schedNode()