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;605 unsigned VerifyScheduledDAG(bool isBottomUp);
117 void VerifyScheduledSequence(bool isBottomUp);
721 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument722 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
1902 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon4c419b9e0311::RegReductionPriorityQueue