Searched refs:SRLiveIdxs (Results 1 – 1 of 1) sorted by relevance
222 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local238 SRLiveIdxs.clear(); in getLiveRegMap()239 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()240 for (auto SI : SRLiveIdxs) in getLiveRegMap()