Searched refs:CollectFrom (Results 1 – 1 of 1) sorted by relevance
876 const VarLocSet &CollectFrom,881 void getUsedRegs(const VarLocSet &CollectFrom,986 const VarLocSet &CollectFrom,1202 const VarLocSet &CollectFrom, in collectIDsForRegs() argument1208 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()1209 auto End = CollectFrom.end(); in collectIDsForRegs()1235 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument1243 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()1244 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()1445 const VarLocSet &CollectFrom, in collectAllVarLocs() argument[all …]