Home | History | Annotate | Download | only in Utils

Lines Matching defs:DIVar

1019 /// See if there is a dbg.value intrinsic for DIVar before I.
1020 static bool LdStHasDebugValue(const DILocalVariable *DIVar, Instruction *I) {
1030 DVI->getVariable() == DIVar)
1040 auto *DIVar = DDI->getVariable();
1042 assert(DIVar && "Missing variable");
1044 if (LdStHasDebugValue(DIVar, SI))
1055 Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, DIExpr,
1058 Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, DIExpr,
1067 auto *DIVar = DDI->getVariable();
1069 assert(DIVar && "Missing variable");
1071 if (LdStHasDebugValue(DIVar, LI))
1079 LI, 0, DIVar, DIExpr, DDI->getDebugLoc(), (Instruction *)nullptr);
1155 auto *DIVar = DDI->getVariable();
1157 assert(DIVar && "Missing variable");
1181 Builder.insertDeclare(NewAddress, DIVar, DIExpr, Loc, InsertBefore);