Searched refs:LiveOutPair (Results 1 – 2 of 2) sorted by relevance
81 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()151 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry()291 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()346 LiveOutPair IDomValue; in updateSSA()366 LiveOutPair &Value = Map[Pred]; in updateSSA()392 LiveOutPair &LOP = Map[MBB]; in updateSSA()413 LOP = LiveOutPair(VNI, Node); in updateSSA()
55 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;232 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()