Searched refs:CollectFrom (Results 1 – 1 of 1) sorted by relevance
879 const VarLocSet &CollectFrom,884 void getUsedRegs(const VarLocSet &CollectFrom,989 const VarLocSet &CollectFrom,1205 const VarLocSet &CollectFrom, in collectIDsForRegs() argument1211 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()1212 auto End = CollectFrom.end(); in collectIDsForRegs()1238 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument1262 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()1263 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()1267 for (auto It = CollectFrom.find(FirstVirtualRegIndex), in getUsedRegs()[all …]