Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3320 DbgValue *BlockLiveIn = LiveInIdx[MBB]; in buildVLocValueMap() local
3321 if (BlockLiveIn->Kind == DbgValue::NoVal) in buildVLocValueMap()
3323 if (BlockLiveIn->isUnjoinedPHI()) in buildVLocValueMap()
3325 if (BlockLiveIn->Kind == DbgValue::VPHI) in buildVLocValueMap()
3326 BlockLiveIn->Kind = DbgValue::Def; in buildVLocValueMap()
3327 assert(BlockLiveIn->Properties.DIExpr->getFragmentInfo() == in buildVLocValueMap()
3329 Output[MBB->getNumber()].push_back(std::make_pair(Var, *BlockLiveIn)); in buildVLocValueMap()