Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp79 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()
149 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry()
294 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()
349 LiveOutPair IDomValue; in updateSSA()
369 LiveOutPair &Value = Map[Pred]; in updateSSA()
395 LiveOutPair &LOP = Map[MBB]; in updateSSA()
416 LOP = LiveOutPair(VNI, Node); in updateSSA()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h54 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable
57 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
231 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()