Searched refs:SchedStates (Results 1 – 2 of 2) sorted by relevance
79 assert ((SchedStates.find(NextMBB) == SchedStates.end()) && in enterMBB()87 HazardRec = SchedStates[MBB] = new SystemZHazardRecognizer(TII, &SchedModel); in enterMBB()97 SchedStates.find(SinglePredMBB) == SchedStates.end()) in enterMBB()103 HazardRec->copyState(SchedStates[SinglePredMBB]); in enterMBB()140 for (auto I : SchedStates) { in ~SystemZPostRASchedStrategy()
105 MBB2HazRec SchedStates; variable