Searched refs:LiveOutPair (Results 1 – 2 of 2) sorted by relevance
79 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns() 149 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry() 294 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs() 349 LiveOutPair IDomValue; in updateSSA() 369 LiveOutPair &Value = Map[Pred]; in updateSSA() 395 LiveOutPair &LOP = Map[MBB]; in updateSSA() 416 LOP = LiveOutPair(VNI, Node); in updateSSA()
54 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable57 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;231 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()