Searched refs:LiveOutPair (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 50 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()
|
D | LiveRangeCalc.h | 45 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef 48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; 194 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0); in setLiveOutValue()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.h | 45 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef 48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; 218 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()
|
D | LiveRangeCalc.cpp | 230 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.h | 54 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable 57 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; 259 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()
|
D | LiveRangeCalc.cpp | 233 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns() 303 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry() 445 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs() 500 LiveOutPair IDomValue; in updateSSA() 520 LiveOutPair &Value = Map[Pred]; in updateSSA() 546 LiveOutPair &LOP = Map[MBB]; in updateSSA() 567 LOP = LiveOutPair(VNI, Node); in updateSSA()
|