Searched refs:AllocatableRegs (Results 1 – 2 of 2) sorted by relevance
1238 std::set<Record*> AllocatableRegs; in runTargetDesc() local1245 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1475 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
1655 std::set<unsigned> AllocatableRegs; in computeUberSets() local1667 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()1669 AllocatableRegs.insert(CGR->EnumValue); in computeUberSets()1676 if (AllocatableRegs.count(RegNum)) in computeUberSets()