Searched refs:isBottomUp (Results 1 – 7 of 7) sorted by relevance
390 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument406 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()412 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()415 if (isBottomUp) { in VerifyScheduledDAG()
50 bool isBottomUp() const override { return false; } in isBottomUp() function
79 bool isBottomUp() const override { return false; } in isBottomUp() function
507 virtual bool isBottomUp() const = 0;606 unsigned VerifyScheduledDAG(bool isBottomUp);
117 void VerifyScheduledSequence(bool isBottomUp);
719 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument720 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
1886 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon1be34ab80311::RegReductionPriorityQueue