Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alternate

3176   InstructionShuffler(bool alternate, bool topdown)
3177 : IsAlternating(alternate), IsTopDown(topdown) {}
3222 bool Alternate = !ForceTopDown && !ForceBottomUp;
3226 return new ScheduleDAGMILive(C, make_unique<InstructionShuffler>(Alternate, TopDown));