Lines Matching defs:Dbg
593 for (auto *Dbg : at::getAssignmentMarkers(&SI))
594 Dbg->setValue(IntV);
1527 for (auto *Dbg : Dbgs) {
1528 IRB.SetInsertPoint(Dbg);
1532 auto *OffDbg = cast<DbgValueInst>(Dbg->clone());
1533 copyMetadata(OffDbg, Dbg);
1540 DIExpression::createFragmentExpression(Dbg->getExpression(), 0,
1543 DIExpression::createFragmentExpression(Dbg->getExpression(), RsrcSz,
1553 Dbg->setExpression(*RsrcExpr);
1554 Dbg->replaceVariableLocationOp(I, Rsrc);
1556 Dbg->replaceVariableLocationOp(I, UndefValue::get(I->getType()));