Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRangeCalc.cpp79 Map[MBB] = LiveOutPair(I.Value, nullptr); in updateFromLiveIns()
149 const LiveOutPair &LOB = Map[&B]; in isDefOnEntry()
289 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); in findReachingDefs()
344 LiveOutPair IDomValue; in updateSSA()
364 LiveOutPair &Value = Map[Pred]; in updateSSA()
390 LiveOutPair &LOP = Map[MBB]; in updateSSA()
411 LOP = LiveOutPair(VNI, Node); in updateSSA()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h54 using LiveOutPair = std::pair<VNInfo *, MachineDomTreeNode *>; variable
57 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
231 Map[MBB] = LiveOutPair(VNI, nullptr); in setLiveOutValue()