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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp78 cl::opt<bool> ForceTopDown("misched-topdown", cl::Hidden,
2779 // Check -misched-topdown/bottomup can force or unforce scheduling direction.
2782 "-misched-topdown incompatible with -misched-bottomup");
3613 InstructionShuffler(bool alternate, bool topdown) argument
3614 : IsAlternating(alternate), IsTopDown(topdown) {}
3662 "-misched-topdown incompatible with -misched-bottomup");

Completed in 105 milliseconds