Searched refs:AM (Results 51 - 75 of 375) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLowerInvoke.h24 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DMem2Reg.h25 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DNameAnonGlobals.h27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DUniqueInternalLinkageNames.h26 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DCallGraphUpdater.h50 CGSCCAnalysisManager *AM = nullptr; member in class:llvm::CallGraphUpdater
67 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) {
70 this->AM = &AM;
73 &AM.getResult<FunctionAnalysisManagerCGSCCProxy>(SCC, LCG).getManager();
66 initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) argument
H A DAssumeBundleBuilder.h47 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
55 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoadStoreVectorizer.h18 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopAccessAnalysisPrinter.cpp16 LoopAccessInfoPrinterPass::run(Loop &L, LoopAnalysisManager &AM, argument
19 auto &LAI = AM.getResult<LoopAccessAnalysis>(L, AR);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp53 AnalysisManager &AM,
83 AnalysisManager &AM,
89 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, argument
168 auto Matches = match(GroupM, *D, AM.getASTContext());
170 emitDiagnostics(Match, D, BR, AM, Chkr);
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, argument
188 auto Matches = match(GroupM, *D, AM.getASTContext());
191 emitDiagnostics(Match, D, BR, AM, Chkr);
196 AnalysisManager &AM,
80 emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const RunLoopAutoreleaseLeakChecker *Checker) argument
195 checkASTCodeBody(const Decl *D, AnalysisManager &AM, BugReporter &BR) const argument
[all...]
H A DPointerIterationChecker.cpp31 AnalysisManager &AM,
36 BugReporter &BR, AnalysisManager &AM,
38 auto *ADC = AM.getAnalysisDeclContext(D);
83 AnalysisManager &AM,
87 auto Matches = match(MatcherM, *D, AM.getASTContext());
89 emitDiagnostics(Match, D, BR, AM, this);
35 emitDiagnostics(const BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const PointerIterationChecker *Checker) argument
82 checkASTCodeBody(const Decl *D, AnalysisManager &AM, BugReporter &BR) const argument
H A DPointerSortingChecker.cpp31 AnalysisManager &AM,
36 BugReporter &BR, AnalysisManager &AM,
38 auto *ADC = AM.getAnalysisDeclContext(D);
97 AnalysisManager &AM,
101 auto Matches = match(MatcherM, *D, AM.getASTContext());
103 emitDiagnostics(Match, D, BR, AM, this);
35 emitDiagnostics(const BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const PointerSortingChecker *Checker) argument
96 checkASTCodeBody(const Decl *D, AnalysisManager &AM, BugReporter &BR) const argument
H A DOSObjectCStyleCast.cpp33 AnalysisManager &AM,
62 void OSObjectCStyleCastChecker::checkASTCodeBody(const Decl *D, AnalysisManager &AM, argument
65 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
77 auto Matches = match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h51 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
72 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DSafepointIRVerifier.h42 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h23 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DThreadSanitizer.h30 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DIVUsersPrinter.h24 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DIndVarSimplify.h27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopAccessAnalysisPrinter.h24 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopDeletion.h28 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopIdiomRecognize.h29 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopInstSimplify.h27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopPassManager.h69 LPMUpdater &>::run(Loop &InitialL, LoopAnalysisManager &AM,
93 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM, argument
95 (void)AM.template getResult<AnalysisT>(L, AR);
243 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM) { argument
248 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(F);
254 PA = LoopCanonicalizationFPM.run(F, AM);
259 LoopInfo &LI = AM.getResult<LoopAnalysis>(F);
267 ? (&AM.getResult<MemorySSAAnalysis>(F).getMSSA())
269 LoopStandardAnalysisResults LAR = {AM.getResult<AAManager>(F),
270 AM
[all...]
H A DLoopRotation.h26 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
H A DLoopStrengthReduce.h35 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,

Completed in 90 milliseconds

1234567891011>>