Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h222 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local
238 SRLiveIdxs.clear(); in getLiveRegMap()
239 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()
240 for (auto SI : SRLiveIdxs) in getLiveRegMap()