Home
last modified time | relevance | path

Searched refs:PreRADirection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp954 if (PreRADirection == MISched::TopDown) { in pickNode()
965 } else if (PreRADirection == MISched::BottomUp) { in pickNode()
H A DMachineScheduler.cpp181 cl::opt<MISched::Direction> PreRADirection( variable
3736 if (PreRADirection == MISched::TopDown) { in initPolicy()
3739 } else if (PreRADirection == MISched::BottomUp) { in initPolicy()
3742 } else if (PreRADirection == MISched::Bidirectional) { in initPolicy()
4803 PreRADirection != MISched::TopDown && PreRADirection != MISched::BottomUp; in createInstructionShuffler()
4804 bool TopDown = PreRADirection != MISched::BottomUp; in createInstructionShuffler()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h118 LLVM_ABI extern cl::opt<MISched::Direction> PreRADirection;