Searched refs:CurrentTop (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp665 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
[all...]
H A DSafeStack.cpp483 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; local
484 IRB.CreateStore(CurrentTop, UnsafeStackPtr);
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h240 MachineBasicBlock::iterator CurrentTop; member in class:llvm::ScheduleDAGMI
259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr),
295 MachineBasicBlock::iterator top() const { return CurrentTop; }
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h448 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; };
H A DSIMachineScheduler.cpp1192 // Do not update CurrentTop.
1881 TopRPTracker.setPos(CurrentTop);
1893 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 120 milliseconds