Home
last modified time | relevance | path

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

/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp393 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp728 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence()
H A DScheduleDAGRRList.cpp1896 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anona90f206e0311::RegReductionPriorityQueue