Home
last modified time | relevance | path

Searched refs:AllocsForIndirectGlobals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp217 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h48 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable