Home
last modified time | relevance | path

Searched refs:IndirectGlobals (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp80 std::set<const GlobalValue*> IndirectGlobals; member in __anon2b56ac7b0111::GlobalsModRef
361 IndirectGlobals.insert(GV); in AnalyzeIndirectGlobalMemory()
522 if (IndirectGlobals.count(GV)) in alias()
526 if (IndirectGlobals.count(GV)) in alias()
575 if (IndirectGlobals.erase(GV)) { in deleteValue()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp204 if (GAR->IndirectGlobals.erase(GV)) { in deleted()
442 IndirectGlobals.insert(GV); in AnalyzeIndirectGlobalMemory()
825 if (IndirectGlobals.count(GV)) in alias()
829 if (IndirectGlobals.count(GV)) in alias()
910 IndirectGlobals(std::move(Arg.IndirectGlobals)), in GlobalsAAResult()
/external/llvm/include/llvm/Analysis/
DGlobalsModRef.h45 SmallPtrSet<const GlobalValue *, 8> IndirectGlobals; variable