Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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;
606 unsigned VerifyScheduledDAG(bool isBottomUp);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h117 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp723 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
724 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
H A DScheduleDAGRRList.cpp1889 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anona8f1daf90311::RegReductionPriorityQueue