HomeSort by relevance Sort by last modified time
    Searched refs:CurrentBottom (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 239 MachineBasicBlock::iterator CurrentBottom;
258 TopRPTracker(TopPressure), CurrentBottom(), BotRPTracker(BotPressure),
288 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 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");
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 190 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 6070 milliseconds