Home
last modified time | relevance | path

Searched refs:DumpDirection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h195 enum DumpDirection { enum
202 void setDumpDirection(DumpDirection D) { DumpDir = D; } in setDumpDirection()
205 DumpDirection DumpDir = NotSet;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1032 ScheduleDAGMI::DumpDirection D; in enterRegion()
1034 D = ScheduleDAGMI::DumpDirection::TopDown; in enterRegion()
1036 D = ScheduleDAGMI::DumpDirection::BottomUp; in enterRegion()
1038 D = ScheduleDAGMI::DumpDirection::Bidirectional; in enterRegion()
1404 if (DumpDir == DumpDirection::TopDown) in dumpSchedule()
1406 else if (DumpDir == DumpDirection::BottomUp) in dumpSchedule()
1408 else if (DumpDir == DumpDirection::Bidirectional) { in dumpSchedule()