Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3357 DbgValue *BlockLiveIn = LiveInIdx[MBB]; in buildVLocValueMap() local
3358 if (BlockLiveIn->Kind == DbgValue::NoVal) in buildVLocValueMap()
3360 if (BlockLiveIn->isUnjoinedPHI()) in buildVLocValueMap()
3362 if (BlockLiveIn->Kind == DbgValue::VPHI) in buildVLocValueMap()
3363 BlockLiveIn->Kind = DbgValue::Def; in buildVLocValueMap()
3365 assert(BlockLiveIn->Properties.DIExpr->getFragmentInfo() == in buildVLocValueMap()
3368 Output[MBB->getNumber()].push_back(std::make_pair(VarID, *BlockLiveIn)); in buildVLocValueMap()