Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h215 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local
221 LiveIdxs.clear(); in getLiveRegMap()
222 if (!LI.findIndexesLiveAt(Indexes, std::back_inserter(LiveIdxs))) in getLiveRegMap()
225 for (auto SI : LiveIdxs) in getLiveRegMap()
232 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()