Searched refs:DbgII (Results 1 – 1 of 1) sorted by relevance
1446 if (auto DbgII = dyn_cast<DbgInfoIntrinsic>(&I)) { in insertDebugValuesForPHIs() local1447 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()1448 DbgValueMap.insert({Loc, DbgII}); in insertDebugValuesForPHIs()1467 auto *DbgII = cast<DbgInfoIntrinsic>(V->second); in insertDebugValuesForPHIs() local1468 Instruction *NewDbgII = DbgII->clone(); in insertDebugValuesForPHIs()