Searched refs:PreRADirection (Results 1 – 3 of 3) sorted by relevance
954 if (PreRADirection == MISched::TopDown) { in pickNode()965 } else if (PreRADirection == MISched::BottomUp) { in pickNode()
181 cl::opt<MISched::Direction> PreRADirection( variable3736 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()
118 LLVM_ABI extern cl::opt<MISched::Direction> PreRADirection;