HomeSort by relevance Sort by last modified time
    Searched refs:LiveOutPair (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 49 /// LiveOutPair - A value and the block that defined it. The domtree node is
51 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair;
54 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
207 LiveOut[MBB] = LiveOutPair(VNI, nullptr);
LiveRangeCalc.cpp 125 LiveOut[MBB] = LiveOutPair(I->Value, (MachineDomTreeNode *)nullptr);
255 LiveOutPair(TheVNI, nullptr);
296 LiveOutPair IDomValue;
315 LiveOutPair &Value = LiveOut[*PI];
337 LiveOutPair &LOP = LiveOut[MBB];
356 LOP = LiveOutPair(VNI, Node);

Completed in 424 milliseconds