Searched refs:SRLiveIdxs (Results 1 – 2 of 2) sorted by relevance
215 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local231 SRLiveIdxs.clear(); in getLiveRegMap()232 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()233 for (auto SI : SRLiveIdxs) in getLiveRegMap()
223 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local239 SRLiveIdxs.clear(); in getLiveRegMap()240 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()241 for (auto SI : SRLiveIdxs) in getLiveRegMap()