Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp4020 if (DbgDeclareInst *DbgDecl = FindAllocaDbgDeclare(&AI)) { in splitAlloca() local
4021 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() local
4171 DbgDecl->eraseFromParent(); in deleteDeadInstructions()