Lines Matching defs:DDI
1997 if (auto *DDI = dyn_cast<DbgDeclareInst>(&BI))
1998 Dbgs.push_back(DDI);
2009 auto LowerOne = [&](auto *DDI) {
2011 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocationOp(0));
2039 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
2041 ConvertDebugDeclareToDebugValue(DDI, LI, DIB);
2047 DebugLoc NewLoc = getDebugValueLoc(DDI);
2049 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref);
2050 insertDbgValueOrDbgVariableRecord(DIB, AI, DDI->getVariable(),
2060 DDI->eraseFromParent();