Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp913 std::vector<MachineInstr *> RegionLastMIs; in getRegionLiveOutMap() local
914 RegionLastMIs.reserve(Regions.size()); in getRegionLiveOutMap()
916 RegionLastMIs.push_back(getLastMIForRegion(RegionBegin, RegionEnd)); in getRegionLiveOutMap()
918 return getLiveRegMap(RegionLastMIs, /*After=*/true, *LIS); in getRegionLiveOutMap()