Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DGlobalsModRef.cpp223 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h51 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable