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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp107 const auto BottomMI = End == BB->end() ? std::prev(End) : End; local
108 const auto LiveOuts = getLiveRegsAfter(*BottomMI, *LIS);
260 auto const BottomMI = End == BBEnd ? std::prev(End) : End; local
264 auto AfterBottomMI = std::next(BottomMI);
267 UPTracker.reset(*BottomMI);
272 for (auto I = BottomMI; I != Begin; --I)

Completed in 103 milliseconds