Searched refs:BlockLiveIn (Results 1 – 1 of 1) sorted by relevance
3386 DbgValue *BlockLiveIn = LiveInIdx[MBB]; in buildVLocValueMap() local3387 if (BlockLiveIn->Kind == DbgValue::NoVal) in buildVLocValueMap()3389 if (BlockLiveIn->isUnjoinedPHI()) in buildVLocValueMap()3391 if (BlockLiveIn->Kind == DbgValue::VPHI) in buildVLocValueMap()3392 BlockLiveIn->Kind = DbgValue::Def; in buildVLocValueMap()3394 assert(BlockLiveIn->Properties.DIExpr->getFragmentInfo() == in buildVLocValueMap()3397 Output[MBB->getNumber()].push_back(std::make_pair(VarID, *BlockLiveIn)); in buildVLocValueMap()