Lines Matching refs:CollectFrom
806 const VarLocSet &CollectFrom,
811 void getUsedRegs(const VarLocSet &CollectFrom,
910 const VarLocSet &CollectFrom,
1124 const VarLocSet &CollectFrom, in collectIDsForRegs() argument
1130 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()
1131 auto End = CollectFrom.end(); in collectIDsForRegs()
1157 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument
1165 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()
1166 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()
1367 const VarLocSet &CollectFrom, in collectAllVarLocs() argument
1376 for (auto It = CollectFrom.find(FirstIndex), End = CollectFrom.end(); in collectAllVarLocs()