Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp393 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument
409 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
415 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()
418 if (isBottomUp) { in VerifyScheduledDAG()
/freebsd/contrib/llvm-project/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.h525 virtual bool isBottomUp() const = 0;
632 unsigned VerifyScheduledDAG(bool isBottomUp);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h117 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp728 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
729 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
H A DScheduleDAGRRList.cpp1896 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anona90f206e0311::RegReductionPriorityQueue