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()
524 for (DbgVariableIntrinsic *DII : Info.DbgUsers) { in promoteSingleBlockAlloca()
525 if (DII->isAddressOfVariable()) { in promoteSingleBlockAlloca()
527 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in promoteSingleBlockAlloca()
537 for (DbgVariableIntrinsic *DII : Info.DbgUsers) in promoteSingleBlockAlloca()
538 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in promoteSingleBlockAlloca()
539 DII->eraseFromParent(); in promoteSingleBlockAlloca()
681 for (auto *DII : DbgUsers) in run() local
682 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in run()
683 DII->eraseFromParent(); in run()
924 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[AllocaNo]) in RenamePass()
925 if (DII->isAddressOfVariable()) in RenamePass()
926 ConvertDebugDeclareToDebugValue(DII, APN, DIB); in RenamePass()
985 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[ai->second]) in RenamePass()
986 if (DII->isAddressOfVariable()) in RenamePass()
987 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in RenamePass()