Searched refs:PhysRegMinimalRCs (Results 1 – 2 of 2) sorted by relevance
104 const auto &RegRCIt = PhysRegMinimalRCs.find(Reg); in getMinimalPhysRegClass()105 if (RegRCIt != PhysRegMinimalRCs.end()) in getMinimalPhysRegClass()108 PhysRegMinimalRCs[Reg] = PhysRC; in getMinimalPhysRegClass()
414 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs; variable