Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp103 const auto BottomMI = End == BB->end() ? std::prev(End) : End; in printLivenessInfo() local
256 auto const BottomMI = End == BBEnd ? std::prev(End) : End; in getRegionPressure() local