Searched refs:AnalyzeGlobals (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h114 void AnalyzeGlobals(Module &M);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp283 /// AnalyzeGlobals - Scan through the users of all of the internal
287 void GlobalsAAResult::AnalyzeGlobals(Module &M) { function in class:GlobalsAAResult
976 // Discover which functions aren't recursive, to feed into AnalyzeGlobals.
980 Result.AnalyzeGlobals(M);

Completed in 107 milliseconds