Searched refs:VRegAllowedMap (Results 1 – 1 of 1) sorted by relevance
601 std::map<Register, std::vector<MCRegister>> VRegAllowedMap; in initializeGraph() local659 VRegAllowedMap[VReg.id()] = std::move(VRegAllowed); in initializeGraph()662 for (auto &KV : VRegAllowedMap) { in initializeGraph()