Searched refs:DbgDecl (Results 1 – 1 of 1) sorted by relevance
4020 if (DbgDeclareInst *DbgDecl = FindAllocaDbgDeclare(&AI)) { in splitAlloca() local4021 auto *Var = DbgDecl->getVariable(); in splitAlloca()4022 auto *Expr = DbgDecl->getExpression(); in splitAlloca()4052 DIB.insertDeclare(Piece.Alloca, Var, PieceExpr, DbgDecl->getDebugLoc(), in splitAlloca()4170 if (DbgDeclareInst *DbgDecl = FindAllocaDbgDeclare(AI)) in deleteDeadInstructions() local4171 DbgDecl->eraseFromParent(); in deleteDeadInstructions()