Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp81 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()
151 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry()
291 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()
346 LiveOutPair IDomValue; in updateSSA()
366 LiveOutPair &Value = Map[Pred]; in updateSSA()
392 LiveOutPair &LOP = Map[MBB]; in updateSSA()
413 LOP = LiveOutPair(VNI, Node); in updateSSA()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h55 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable
58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
232 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()