Home
last modified time | relevance | path

Searched refs:VRegAllowedMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp601 std::map<Register, std::vector<MCRegister>> VRegAllowedMap; in initializeGraph() local
659 VRegAllowedMap[VReg.id()] = std::move(VRegAllowed); in initializeGraph()
662 for (auto &KV : VRegAllowedMap) { in initializeGraph()