Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1467 if (auto DbgII = dyn_cast<DbgVariableIntrinsic>(&I)) { in insertDebugValuesForPHIs() local
1468 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()
1469 DbgValueMap.insert({Loc, DbgII}); in insertDebugValuesForPHIs()
1488 auto *DbgII = cast<DbgVariableIntrinsic>(V->second); in insertDebugValuesForPHIs() local
1489 Instruction *NewDbgII = DbgII->clone(); in insertDebugValuesForPHIs()