Home
last modified time | relevance | path

Searched defs:getAnalysis (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSCCP.cpp17 auto getAnalysis = [&FAM](Function &F) -> AnalysisResultsForFn { in run() local
56 auto getAnalysis = [this](Function &F) -> AnalysisResultsForFn { in runOnModule() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
HDPassAnalysisSupport.h220 AnalysisType &Pass::getAnalysis() const { in getAnalysis() function
248 AnalysisType &Pass::getAnalysis(Function &F) { in getAnalysis() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h109 T *getAnalysis(Decl const *D) { in getAnalysis() function
HDExplodedGraph.h165 T &getAnalysis() const { in getAnalysis() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h197 T *getAnalysis() { in getAnalysis() function
256 T *getAnalysis() const { in getAnalysis() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSCCP.cpp2008 function_ref<AnalysisResultsForFn(Function &)> getAnalysis) { in runIPSCCP()