Searched refs:AllocsForIndirectGlobals (Results 1 – 4 of 4) sorted by relevance
206 for (auto I = GAR->AllocsForIndirectGlobals.begin(), in deleted()207 E = GAR->AllocsForIndirectGlobals.end(); in deleted()210 GAR->AllocsForIndirectGlobals.erase(I); in deleted()221 GAR->AllocsForIndirectGlobals.erase(V); in deleted()437 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory()835 GV1 = AllocsForIndirectGlobals.lookup(UV1); in alias()837 GV2 = AllocsForIndirectGlobals.lookup(UV2); in alias()911 AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)), in GlobalsAAResult()
221 for (auto I = GAR->AllocsForIndirectGlobals.begin(), in deleted()222 E = GAR->AllocsForIndirectGlobals.end(); in deleted()225 GAR->AllocsForIndirectGlobals.erase(I); in deleted()236 GAR->AllocsForIndirectGlobals.erase(V); in deleted()459 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory()876 GV1 = AllocsForIndirectGlobals.lookup(UV1); in alias()878 GV2 = AllocsForIndirectGlobals.lookup(UV2); in alias()959 AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)), in GlobalsAAResult()
49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable
51 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable