Searched refs:LiveIdxs (Results 1 – 2 of 2) sorted by relevance
215 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local221 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()
223 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local229 LiveIdxs.clear(); in getLiveRegMap()230 if (!LI.findIndexesLiveAt(Indexes, std::back_inserter(LiveIdxs))) in getLiveRegMap()233 for (auto SI : LiveIdxs) in getLiveRegMap()240 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()