Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3193 LiveIdxT LiveOutIdx, LiveInIdx; in buildVLocValueMap() local
3194 LiveOutIdx.reserve(NumBlocks); in buildVLocValueMap()
3197 LiveOutIdx[BlockOrders[I]] = &LiveOuts[I]; in buildVLocValueMap()
3269 vlocJoin(*MBB, LiveOutIdx, BlocksToExplore, *LiveIn); in buildVLocValueMap()
3286 if (pickVPHILoc(JoinedOps, *MBB, LiveOutIdx, MOutLocs, Preds)) { in buildVLocValueMap()
3297 DbgValue *LiveOut = LiveOutIdx[MBB]; in buildVLocValueMap()