Searched refs:isBottomUp (Results 1 – 7 of 7) sorted by relevance
383 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument399 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifyScheduledDAG()405 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()408 if (isBottomUp) { in VerifyScheduledDAG()
50 bool isBottomUp() const override { return false; } in isBottomUp() function
80 bool isBottomUp() const override { return false; } in isBottomUp() function
510 virtual bool isBottomUp() const = 0;611 unsigned VerifyScheduledDAG(bool isBottomUp);
112 void VerifyScheduledSequence(bool isBottomUp);
690 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument691 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
1780 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon884f54d00211::RegReductionPriorityQueue