Searched refs:NumLocs (Results 1 – 1 of 1) sorted by relevance
203 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local225 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()226 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()235 Locs.resize(NumLocs); in getRemainingRegParmsForType()