Searched refs:AllocsForIndirectGlobals (Results 1 – 2 of 2) sorted by relevance
217 for (auto I = GAR->AllocsForIndirectGlobals.begin(), in deleted()218 E = GAR->AllocsForIndirectGlobals.end(); in deleted()221 GAR->AllocsForIndirectGlobals.erase(I); in deleted()232 GAR->AllocsForIndirectGlobals.erase(V); in deleted()465 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory()883 GV1 = AllocsForIndirectGlobals.lookup(UV1); in alias()885 GV2 = AllocsForIndirectGlobals.lookup(UV2); in alias()965 AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)), in GlobalsAAResult()1013 G->AllocsForIndirectGlobals.clear(); in run()
48 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable