Searched refs:DbgDeclares (Results 1 – 2 of 2) sorted by relevance
119 TinyPtrVector<DbgInfoIntrinsic *> DbgDeclares; member128 DbgDeclares.clear(); in clear()163 DbgDeclares = FindDbgAddrUses(AI); in AnalyzeAlloca()429 for (DbgInfoIntrinsic *DII : Info.DbgDeclares) { in rewriteSingleStoreAlloca()530 for (DbgInfoIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca()542 for (DbgInfoIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca()612 if (!Info.DbgDeclares.empty()) in run()613 AllocaDbgDeclares[AllocaNum] = Info.DbgDeclares; in run()
4257 TinyPtrVector<DbgInfoIntrinsic *> DbgDeclares = FindDbgAddrUses(&AI); in splitAlloca() local4258 if (!DbgDeclares.empty()) { in splitAlloca()4259 auto *Var = DbgDeclares.front()->getVariable(); in splitAlloca()4260 auto *Expr = DbgDeclares.front()->getExpression(); in splitAlloca()4313 DbgDeclares.front()->getDebugLoc(), &AI); in splitAlloca()