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

  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 631 CurrentTop = CurrentBottom;
674 if (&*CurrentTop == MI)
675 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
677 moveInstruction(MI, CurrentTop);
682 priorNonDebug(CurrentBottom, CurrentTop);
686 if (&*CurrentTop == MI)
687 CurrentTop = nextIfDebug(++CurrentTop, priorII);
700 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.")
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 236 MachineBasicBlock::iterator CurrentTop;
255 AA(C->AA), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), CurrentTop(),
288 MachineBasicBlock::iterator top() const { return CurrentTop; }
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 193 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 46 milliseconds