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