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()289 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()344 LiveOutPair IDomValue; in updateSSA()364 LiveOutPair &Value = Map[Pred]; in updateSSA()390 LiveOutPair &LOP = Map[MBB]; in updateSSA()411 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()