Lines Matching refs:DIB
1085 DIBuilder &DIB; member in __anoncb5bdc8a0811::AllocaPromoter
1092 AllocaInst &AI, DIBuilder &DIB) in AllocaPromoter() argument
1093 : LoadAndStorePromoter(Insts, S), AI(AI), DIB(DIB) {} in AllocaPromoter()
1150 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in updateDebugInfo()
1152 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in updateDebugInfo()
1169 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
4186 DIBuilder DIB(*AI.getParent()->getParent()->getParent(), in splitAlloca() local
4206 PieceExpr = DIB.createBitPieceExpression(Start, Size); in splitAlloca()
4213 DIB.insertDeclare(Piece.Alloca, Var, PieceExpr, DbgDecl->getDebugLoc(), in splitAlloca()
4371 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in promoteAllocas() local
4421 AllocaPromoter(Insts, SSA, *AI, DIB).run(Insts); in promoteAllocas()