Home
last modified time | relevance | path

Searched refs:LiveOutPair (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeCalc.h45 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
213 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()
DLiveRangeCalc.cpp214 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()
349 Map[MF->getBlockNumbered(*I)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()
389 LiveOutPair IDomValue; in updateSSA()
408 LiveOutPair &Value = Map[*PI]; in updateSSA()
430 LiveOutPair &LOP = Map[MBB]; in updateSSA()
449 LOP = LiveOutPair(VNI, Node); in updateSSA()