Lines Matching defs:AllocatableRegs
1178 std::set<Record*> AllocatableRegs;1185 AllocatableRegs.insert(Order.begin(), Order.end());1365 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" )