Lines Matching refs:DII
428 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in rewriteSingleStoreAlloca()
430 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
431 DII->eraseFromParent(); in rewriteSingleStoreAlloca()
432 LBI.deleteValue(DII); in rewriteSingleStoreAlloca()
529 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca()
531 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in promoteSingleBlockAlloca()
541 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca()
542 DII->eraseFromParent(); in promoteSingleBlockAlloca()
543 LBI.deleteValue(DII); in promoteSingleBlockAlloca()
692 for (auto *DII : Declares) in run() local
693 DII->eraseFromParent(); in run()
937 for (DbgVariableIntrinsic *DII : AllocaDbgDeclares[AllocaNo]) in RenamePass()
938 ConvertDebugDeclareToDebugValue(DII, APN, DIB); in RenamePass()
997 for (DbgVariableIntrinsic *DII : AllocaDbgDeclares[ai->second]) in RenamePass()
998 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in RenamePass()