Lines Matching defs:CollectFrom
873 /// Collects all VarLocs from \p CollectFrom. Each unique VarLoc is added
876 const VarLocSet &CollectFrom,
880 /// by \p CollectFrom.
881 void getUsedRegs(const VarLocSet &CollectFrom,
980 /// Collect all VarLoc IDs from \p CollectFrom for VarLocs with MLs of kind
986 const VarLocSet &CollectFrom,
1202 const VarLocSet &CollectFrom,
1208 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front()));
1209 auto End = CollectFrom.end();
1235 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom,
1243 for (auto It = CollectFrom.find(FirstRegIndex),
1244 End = CollectFrom.find(FirstInvalidIndex);
1445 const VarLocSet &CollectFrom,
1454 for (auto It = CollectFrom.find(FirstIndex), End = CollectFrom.end();