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

  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 665 CurrentTop = CurrentBottom;
715 if (&*CurrentTop == MI)
716 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
718 moveInstruction(MI, CurrentTop);
722 priorNonDebug(CurrentBottom, CurrentTop);
726 if (&*CurrentTop == MI)
727 CurrentTop = nextIfDebug(++CurrentTop, priorII);
740 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.")
    [all...]
SafeStack.cpp 483 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop;
484 IRB.CreateStore(CurrentTop, UnsafeStackPtr);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 240 MachineBasicBlock::iterator CurrentTop;
259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr),
295 MachineBasicBlock::iterator top() const { return CurrentTop; }
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 448 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; };
SIMachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 246 milliseconds