Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DGlobalsModRef.cpp206 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGlobalsModRef.cpp221 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()
/external/llvm/include/llvm/Analysis/
DGlobalsModRef.h49 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DGlobalsModRef.h51 DenseMap<const Value *, const GlobalValue *> AllocsForIndirectGlobals; variable