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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.h49 /// LiveOutPair - A value and the block that defined it. The domtree node is
51 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair; typedef in class:llvm::LiveRangeCalc
54 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
206 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0);
H A DLiveRangeCalc.cpp126 LiveOut[MBB] = LiveOutPair(I->Value, (MachineDomTreeNode *)0);
256 LiveOutPair(TheVNI, (MachineDomTreeNode *)0);
297 LiveOutPair IDomValue;
316 LiveOutPair &Value = LiveOut[*PI];
338 LiveOutPair &LOP = LiveOut[MBB];
357 LOP = LiveOutPair(VNI, Node);

Completed in 97 milliseconds