Home
last modified time | relevance | path

Searched defs:isBottomUp (Results 1 – 5 of 5) sorted by relevance

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