Home
last modified time | relevance | path

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

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