Searched refs:CollectFrom (Results 1 – 1 of 1) sorted by relevance
821 const VarLocSet &CollectFrom,826 void getUsedRegs(const VarLocSet &CollectFrom,925 const VarLocSet &CollectFrom,1124 const VarLocSet &CollectFrom, in collectIDsForRegs() argument1130 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() argument1165 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()1166 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()1334 const VarLocSet &CollectFrom, in collectAllVarLocs() argument[all …]