Searched refs:topdown (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp78 cl::opt<bool> ForceTopDown("misched-topdown", cl::Hidden,
2824 // Check -misched-topdown/bottomup can force or unforce scheduling direction.
2827 "-misched-topdown incompatible with -misched-bottomup");
3658 InstructionShuffler(bool alternate, bool topdown) argument
3659 : IsAlternating(alternate), IsTopDown(topdown) {}
3707 "-misched-topdown incompatible with -misched-bottomup");

Completed in 161 milliseconds