Lines Matching +defs:i +defs:U
212 User *U = Worklist.pop_back_val(); in CleanupPointerRootUsers() local
245 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers() local
286 User *U = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
360 Use *U = Worklist.pop_back_val(); in collectSRATypes() local
654 for (const User *U : V->users()) { in AllUsesOfValueWillTrapIfNull() local
711 for (const auto *U : P->users()) { in allUsesOfLoadedValueWillTrapIfNull() local
742 for (auto *U : P->users()) { in allUsesOfLoadAndStores() local
779 for (unsigned i = 0, e = CB->arg_size(); i != e; ++i) in OptimizeAwayTrappingUsesOfValue() local
801 for (User::op_iterator i = GEPI->op_begin() + 1, e = GEPI->op_end(); in OptimizeAwayTrappingUsesOfValue() local
956 for (auto *U : Guses) { in OptimizeGlobalAddressOfAllocation() local
1042 const User *U = VUse.getUser(); in valueIsOnlyUsedLocallyOrStoredToOneGlobal() local
1362 for (auto *U : GV->users()) { in isPointerValueDeadOnEntryToFunction() local
2202 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) { in hasUseOtherThanLLVMUsed()
2218 static bool mayHaveOtherReferences(GlobalValue &GV, const LLVMUsed &U) { in mayHaveOtherReferences()
2225 static bool hasUsesToReplace(GlobalAlias &GA, const LLVMUsed &U, in hasUsesToReplace()
2463 none_of(IF.users(), [](User *U) { return isa<GlobalAlias>(U); }))) { in OptimizeStaticIFuncs()