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;
256 CurrentBottom(), NextClusterPred(nullptr), NextClusterSucc(nullptr) {
289 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 631 CurrentTop = CurrentBottom;
675 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
682 priorNonDebug(CurrentBottom, CurrentTop);
684 CurrentBottom = priorII;
688 moveInstruction(MI, CurrentBottom);
689 CurrentBottom = MI;
700 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
768 CurrentBottom = RegionEnd;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 193 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 61 milliseconds