Searched refs:isBottomUp (Results 1 – 7 of 7) sorted by relevance
393 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument409 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()415 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()418 if (isBottomUp) { in VerifyScheduledDAG()
50 bool isBottomUp() const override { return false; } in isBottomUp() function
79 bool isBottomUp() const override { return false; } in isBottomUp() function
525 virtual bool isBottomUp() const = 0;632 unsigned VerifyScheduledDAG(bool isBottomUp);
117 void VerifyScheduledSequence(bool isBottomUp);
728 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument729 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
1896 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anona90f206e0311::RegReductionPriorityQueue