Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp85 const auto BottomMI = End == BB->end() ? std::prev(End) : End; in printLivenessInfo() local
86 const auto LiveOuts = getLiveRegsAfter(*BottomMI, *LIS); in printLivenessInfo()
234 auto const BottomMI = End == BBEnd ? std::prev(End) : End; in getRegionPressure() local
238 auto AfterBottomMI = std::next(BottomMI); in getRegionPressure()
241 UPTracker.reset(*BottomMI); in getRegionPressure()
246 for (auto I = BottomMI; I != Begin; --I) in getRegionPressure()