Lines Matching full:ddi
1929 if (auto *DDI = dyn_cast<DbgDeclareInst>(&BI))
1930 Dbgs.push_back(DDI);
1941 auto LowerOne = [&](auto *DDI) {
1943 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocationOp(0));
1971 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
1973 ConvertDebugDeclareToDebugValue(DDI, LI, DIB);
1979 DebugLoc NewLoc = getDebugValueLoc(DDI);
1981 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref);
1982 insertDbgValueOrDbgVariableRecord(DIB, AI, DDI->getVariable(),
1992 DDI->eraseFromParent();