Lines Matching refs:DII
422 for (DbgVariableIntrinsic *DII : Info.DbgUsers) { in rewriteSingleStoreAlloca()
423 if (DII->isAddressOfVariable()) { in rewriteSingleStoreAlloca()
425 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
426 DII->eraseFromParent(); in rewriteSingleStoreAlloca()
427 } else if (DII->getExpression()->startsWithDeref()) { in rewriteSingleStoreAlloca()
428 DII->eraseFromParent(); in rewriteSingleStoreAlloca()
526 for (DbgVariableIntrinsic *DII : Info.DbgUsers) { in promoteSingleBlockAlloca()
527 if (DII->isAddressOfVariable()) { in promoteSingleBlockAlloca()
529 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in promoteSingleBlockAlloca()
539 for (DbgVariableIntrinsic *DII : Info.DbgUsers) in promoteSingleBlockAlloca()
540 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in promoteSingleBlockAlloca()
541 DII->eraseFromParent(); in promoteSingleBlockAlloca()
683 for (auto *DII : DbgUsers) in run() local
684 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in run()
685 DII->eraseFromParent(); in run()
926 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[AllocaNo]) in RenamePass()
927 if (DII->isAddressOfVariable()) in RenamePass()
928 ConvertDebugDeclareToDebugValue(DII, APN, DIB); in RenamePass()
987 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[ai->second]) in RenamePass()
988 if (DII->isAddressOfVariable()) in RenamePass()
989 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in RenamePass()