Home
last modified time | relevance | path

Searched refs:GlobalsModRef (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp73 class GlobalsModRef : public ModulePass, public AliasAnalysis { class
92 GlobalsModRef() : ModulePass(ID) { in GlobalsModRef() function in __anon2b56ac7b0111::GlobalsModRef
187 char GlobalsModRef::ID = 0;
188 INITIALIZE_AG_PASS_BEGIN(GlobalsModRef, AliasAnalysis,
192 INITIALIZE_AG_PASS_END(GlobalsModRef, AliasAnalysis, in INITIALIZE_AG_DEPENDENCY()
196 Pass *llvm::createGlobalsModRefPass() { return new GlobalsModRef(); } in INITIALIZE_AG_DEPENDENCY()
202 void GlobalsModRef::AnalyzeGlobals(Module &M) { in AnalyzeGlobals()
244 bool GlobalsModRef::AnalyzeUsesOfPointer(Value *V, in AnalyzeUsesOfPointer()
303 bool GlobalsModRef::AnalyzeIndirectGlobalMemory(GlobalValue *GV) { in AnalyzeIndirectGlobalMemory()
369 void GlobalsModRef::AnalyzeCallGraph(CallGraph &CG, Module &M) { in AnalyzeCallGraph()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DGlobalsModRefTest.cpp17 TEST(GlobalsModRef, OptNone) { in TEST() argument
/external/llvm/test/Analysis/GlobalsModRef/
Daliastest.ll4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
Dindirect-global.ll4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/GlobalsModRef/
Daliastest.ll4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
Dindirect-global.ll4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
/external/llvm/lib/Analysis/
DCMakeLists.txt31 GlobalsModRef.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCMakeLists.txt32 GlobalsModRef.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk41 llvm/lib/Analysis/GlobalsModRef.cpp \
DBUILD.gn142 "llvm/lib/Analysis/GlobalsModRef.cpp",
/external/swiftshader/
DCMakeLists.txt707 ${LLVM_DIR}/lib/Analysis/GlobalsModRef.cpp