Home
last modified time | relevance | path

Searched refs:getPos (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp120 std::function<MachineBasicBlock::iterator()> getPos) { in rescheduleLexographically() argument
148 getPos()->dump(); in rescheduleLexographically()
152 MBB->splice(getPos(), MBB, II.second); in rescheduleLexographically()
H A DMachineScheduler.cpp1055 assert((BotRPTracker.getPos() == RegionEnd || in initRegPressure()
1057 BotRPTracker.getPos() == priorNonDebug(RegionEnd, RegionBegin))) && in initRegPressure()
1147 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs()
1396 assert(TopRPTracker.getPos() == RegionBegin && "bad initial Top tracker"); in initQueues()
1429 assert(TopRPTracker.getPos() == CurrentTop && "out of sync"); in scheduleMI()
1462 if (BotRPTracker.getPos() != CurrentBottom) in scheduleMI()
1466 assert(BotRPTracker.getPos() == CurrentBottom && "out of sync"); in scheduleMI()
H A DScheduleDAGInstrs.cpp796 if (RPTracker->getPos() == RegionEnd || &*RPTracker->getPos() != &MI) in buildSchedGraph()
798 assert(&*RPTracker->getPos() == &MI && "RPTracker in sync"); in buildSchedGraph()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h416 MachineBasicBlock::const_iterator getPos() const { return CurrPos; }
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp2027 assert(TopRPTracker.getPos() == RegionBegin && "bad initial Top tracker"); in schedule()