Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alternate

2643   InstructionShuffler(bool alternate, bool topdown)
2644 : IsAlternating(alternate), IsTopDown(topdown) {}
2689 bool Alternate = !ForceTopDown && !ForceBottomUp;
2693 return new ScheduleDAGMI(C, new InstructionShuffler(Alternate, TopDown));