Searched refs:LiveOutMap (Results 1 – 2 of 2) sorted by relevance
58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable97 LiveOutMap Map;
2836 auto LiveOutMap = LiveOuts.find(p); in pickVPHILoc() local2837 if (LiveOutMap == LiveOuts.end()) in pickVPHILoc()2842 auto It = LiveOutMap->second->find(Var); in pickVPHILoc()2843 if (It == LiveOutMap->second->end()) in pickVPHILoc()