Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurrentBottom

653     CurrentTop = CurrentBottom;
704 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
711 priorNonDebug(CurrentBottom, CurrentTop);
713 CurrentBottom = priorII;
717 moveInstruction(MI, CurrentBottom);
718 CurrentBottom = MI;
729 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
797 CurrentBottom = RegionEnd;
980 // This may be called before CurrentBottom has been initialized. However,
1091 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
1234 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
1255 priorNonDebug(CurrentBottom, CurrentTop);
1257 CurrentBottom = priorII;
1263 moveInstruction(MI, CurrentBottom);
1264 CurrentBottom = MI;
1270 assert(BotRPTracker.getPos() == CurrentBottom && "out of sync");