Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2850 DbgValue *BlockLiveIn = LiveInIdx[MBB]; in buildVLocValueMap() local
2851 if (BlockLiveIn->Kind == DbgValue::NoVal) in buildVLocValueMap()
2853 if (BlockLiveIn->Kind == DbgValue::VPHI && in buildVLocValueMap()
2854 BlockLiveIn->ID == ValueIDNum::EmptyValue) in buildVLocValueMap()
2856 if (BlockLiveIn->Kind == DbgValue::VPHI) in buildVLocValueMap()
2857 BlockLiveIn->Kind = DbgValue::Def; in buildVLocValueMap()
2858 assert(BlockLiveIn->Properties.DIExpr->getFragmentInfo() == in buildVLocValueMap()
2860 Output[MBB->getNumber()].push_back(std::make_pair(Var, *BlockLiveIn)); in buildVLocValueMap()