Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.h45 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
194 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0); in setLiveOutValue()
DLiveRangeCalc.cpp50 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0); in updateLiveIns()
191 LiveOutPair IDomValue; in updateSSA()
210 LiveOutPair &Value = LiveOut[*PI]; in updateSSA()
232 LiveOutPair &LOP = LiveOut[MBB]; in updateSSA()
251 LOP = LiveOutPair(VNI, Node); in updateSSA()
/external/llvm/lib/CodeGen/
DLiveRangeCalc.h45 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
218 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()
DLiveRangeCalc.cpp230 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()
365 Map[MF->getBlockNumbered(*I)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()
405 LiveOutPair IDomValue; in updateSSA()
424 LiveOutPair &Value = Map[*PI]; in updateSSA()
446 LiveOutPair &LOP = Map[MBB]; in updateSSA()
465 LOP = LiveOutPair(VNI, Node); in updateSSA()