Home
last modified time | relevance | path

Searched refs:MinAvailableCycle (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp159 unsigned MinAvailableCycle; member in __anon43ab50ea0111::ScheduleDAGRRList
363 MinAvailableCycle = in Schedule()
426 if (Height < MinAvailableCycle) in ReleasePred()
427 MinAvailableCycle = Height; in ReleasePred()
610 MinAvailableCycle = std::numeric_limits<unsigned>::max(); in ReleasePending()
616 if (ReadyCycle < MinAvailableCycle) in ReleasePending()
617 MinAvailableCycle = ReadyCycle; in ReleasePending()
911 if (SU->getHeight() < MinAvailableCycle) in UnscheduleNodeBottomUp()
912 MinAvailableCycle = SU->getHeight(); in UnscheduleNodeBottomUp()
1640 assert(MinAvailableCycle < std::numeric_limits<unsigned>::max() && in ListScheduleBottomUp()
[all …]