Searched refs:allowedSets (Results 1 – 2 of 2) sorted by relevance
58 assert(allowedSets[vreg].empty() && "vreg already has pregs."); in recordVReg()62 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg])); in recordVReg()103 AllowedSetMap allowedSets; variable
178 AllowedSetMap::const_iterator allowedSetItr = allowedSets.find(vreg); in getAllowedSet()179 assert(allowedSetItr != allowedSets.end() && "No pregs for vreg."); in getAllowedSet()