Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurrentBottom

434     CurrentTop = CurrentBottom;
574 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
671 CurrentBottom = RegionEnd;
682 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
696 priorNonDebug(CurrentBottom, CurrentTop);
698 CurrentBottom = priorII;
704 moveInstruction(MI, CurrentBottom);
705 CurrentBottom = MI;
709 assert(BotRPTracker.getPos() == CurrentBottom && "out of sync");