Searched refs:AllocatableRegs (Results 1 – 2 of 2) sorted by relevance
1144 std::set<Record*> AllocatableRegs; in runTargetDesc() local1151 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1329 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n"; in runTargetDesc()
1322 std::set<unsigned> AllocatableRegs; in computeUberSets() local1334 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()1336 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()1343 if (AllocatableRegs.count(RegNum)) in computeUberSets()