Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1446 if (auto DbgII = dyn_cast<DbgInfoIntrinsic>(&I)) { in insertDebugValuesForPHIs() local
1447 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() local
1468 Instruction *NewDbgII = DbgII->clone(); in insertDebugValuesForPHIs()