Searched refs:LiveOutMap (Results 1 – 5 of 5) sorted by relevance
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; typedef73 LiveOutMap Map;
143 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap; typedef in __anonf3da55440311::ExeDepsFix144 LiveOutMap LiveOuts;398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()792 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction()
58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable97 LiveOutMap Map;
56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable95 LiveOutMap Map;
2538 auto LiveOutMap = LiveOuts.find(p); in pickVPHILoc() local2539 if (LiveOutMap == LiveOuts.end()) in pickVPHILoc()2544 auto It = LiveOutMap->second->find(Var); in pickVPHILoc()2545 if (It == LiveOutMap->second->end()) in pickVPHILoc()