Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h90 analyzeModule(Module &M,
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp509 analyzeModule(Module &M) { in analyzeModule() function
601 return RootSignatureBindingInfo(analyzeModule(M)); in run()
681 RootSignatureBindingInfo(analyzeModule(M))); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp992 /*static*/ GlobalsAAResult GlobalsAAResult::analyzeModule( in analyzeModule() function in GlobalsAAResult
1017 return GlobalsAAResult::analyzeModule(M, GetTLI, in run()
1057 Result.reset(new GlobalsAAResult(GlobalsAAResult::analyzeModule( in runOnModule()