Searched refs:RealUseMap (Results 1 – 2 of 2) sorted by relevance
88 auto F = RealUseMap.find(P); in getRealUses()89 return F == RealUseMap.end() ? Empty : F->second; in getRealUses()122 std::map<NodeId, RefMap> RealUseMap; member
428 RealUseMap.clear(); in computePhiInfo()447 RefMap &RealUses = RealUseMap[PhiA.Id]; in computePhiInfo()620 RefMap &RUM = RealUseMap[PA.Id]; in computePhiInfo()655 NodeRefSet &RS = RealUseMap[P.first][SS.Reg]; in computePhiInfo()669 for (auto I : RealUseMap) { in computePhiInfo()730 for (const RefMap::value_type &S : RealUseMap[P.Id]) in computeLiveIns()747 RefMap &RUs = RealUseMap[PA.Id]; in computeLiveIns()