Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAG.cpp390 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument
406 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
412 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()
415 if (isBottomUp) { in VerifyScheduledDAG()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h50 bool isBottomUp() const override { return false; } in isBottomUp() function
H A DResourcePriorityQueue.h79 bool isBottomUp() const override { return false; } in isBottomUp() function
H A DScheduleDAG.h507 virtual bool isBottomUp() const = 0;
605 unsigned VerifyScheduledDAG(bool isBottomUp);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h117 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp721 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
722 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
H A DScheduleDAGRRList.cpp1902 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon4c419b9e0311::RegReductionPriorityQueue