Searched refs:AnalysisManager (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp40 template class AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>;
120 // SCC. Therefore, the remaining analysis results in the AnalysisManager are
H A DInstructionSimplify.cpp5612 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM,
5619 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp16 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
478 AnalysisManager& ProgramState::getAnalysisManager() const {
H A DExprEngineCallAndReturn.cpp958 AnalysisManager &AMgr = getAnalysisManager();
H A DCallEvent.cpp1107 AnalysisManager &AMgr =
H A DExprEngine.cpp47 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
203 AnalysisManager &mgr,
663 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr,
935 AnalysisManager &AMgr = getAnalysisManager();
H A DBugReporter.cpp3138 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) &&
3142 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp19 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
1067 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1169 AnalysisManager<Function> &AM) {
1195 AnalysisManager<Module> &AM) {
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile626 SRCS_FUL+= StaticAnalyzer/Core/AnalysisManager.cpp
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4226 PreservedAnalyses NewGVNPass::run(Function &F, AnalysisManager<Function> &AM) {

Completed in 229 milliseconds

123