Searched refs:AllocsForIndirectGlobals (Results 1 – 2 of 2) sorted by relevance
223 for (auto I = GAR->AllocsForIndirectGlobals.begin(), in deleted()224 E = GAR->AllocsForIndirectGlobals.end(); in deleted()227 GAR->AllocsForIndirectGlobals.erase(I); in deleted()238 GAR->AllocsForIndirectGlobals.erase(V); in deleted()461 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory()888 GV1 = AllocsForIndirectGlobals.lookup(UV1); in alias()890 GV2 = AllocsForIndirectGlobals.lookup(UV2); in alias()972 AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)), in GlobalsAAResult()
51 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable