Searched refs:MinAvailableCycle (Results 1 – 1 of 1) sorted by relevance
134 unsigned MinAvailableCycle; member in __anon9b4c64940111::ScheduleDAGRRList328 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; in Schedule()391 if (Height < MinAvailableCycle) in ReleasePred()392 MinAvailableCycle = Height; in ReleasePred()579 MinAvailableCycle = UINT_MAX; in ReleasePending()585 if (ReadyCycle < MinAvailableCycle) in ReleasePending()586 MinAvailableCycle = ReadyCycle; in ReleasePending()865 if (SU->getHeight() < MinAvailableCycle) in UnscheduleNodeBottomUp()866 MinAvailableCycle = SU->getHeight(); in UnscheduleNodeBottomUp()1512 assert(MinAvailableCycle < UINT_MAX && "MinAvailableCycle uninitialized"); in ListScheduleBottomUp()[all …]