Home
last modified time | relevance | path

Searched refs:BottomUp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h190 BottomUp, enumerator
H A DMachinePipeliner.h148 enum OrderKind { BottomUp = 0, TopDown = 1 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp87 BottomUp, enumerator
100 clEnumValN(MISchedPostRASched::BottomUp, "bottomup",
467 D = ScheduleDAGMI::DumpDirection::BottomUp; in runOnMachineFunction()
507 else if (PostRADirection == MISchedPostRASched::BottomUp) in runOnMachineFunction()
508 D = ScheduleDAGMI::DumpDirection::BottomUp; in runOnMachineFunction()
1166 else if (DumpDir == DumpDirection::BottomUp) in dumpSchedule()
3908 } else if (PostRADirection == MISchedPostRASched::BottomUp) { in initPolicy()
H A DMachinePipeliner.cpp2304 Order = BottomUp; in computeNodeOrder()
2319 Order = BottomUp; in computeNodeOrder()
2330 Order = BottomUp; in computeNodeOrder()
2376 Order = BottomUp; in computeNodeOrder()