Searched refs:getManager (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp38 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DSCCP.cpp13 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DSyntheticCountsPropagation.cpp99 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DAlwaysInliner.cpp38 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DHotColdSplitting.cpp707 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DThinLTOBitcodeWriter.cpp542 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h73 &AM.getResult<FunctionAnalysisManagerCGSCCProxy>(SCC, LCG).getManager();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp107 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits);
169 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager());
183 emitModuleBuildStack(Loc.getManager());
192 emitModuleBuildStack(Loc.getManager());
212 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()));
221 emitModuleBuildStack(Loc.getManager());
361 const SourceManager *SM = &CaretLoc.getManager();
442 Loc, Loc.getManager(), LangOpts);
508 if (!checkRangeForMacroArgExpansion(Range, Loc.getManager(), ArgumentLoc))
530 const SourceManager &SM = Loc.getManager();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h120 LoopAnalysisManager &getManager() { return *InnerAM; } function in class:llvm::LoopAnalysisManagerFunctionProxy::Result
H A DCGSCCPassManager.h178 CGSCCAnalysisManager &getManager() { return *InnerAM; } function in class:llvm::CGSCCAnalysisManagerModuleProxy::Result
388 FunctionAnalysisManager &getManager() { function in class:llvm::FunctionAnalysisManagerCGSCCProxy::Result
475 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager();
760 AM.getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager();
767 AM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M)->getManager();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp141 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DIndirectCallPromotion.cpp402 AM->getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp64 .getManager();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp259 const SourceManager &SMgr = Pieces.front()->getLocation().getManager();
286 const SourceManager &SMgr = Path.front()->getLocation().getManager();
H A DCallEvent.cpp176 LCtx->getAnalysisDeclContext()->getManager()->getContext(D);
208 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx);
550 getManager()->getContext(FD);
H A DHTMLDiagnostics.cpp210 const SourceManager &SMgr = path.front()->getLocation().getManager();
783 assert(&Pos.getManager() == &SM && "SourceManagers are different!");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h286 LoopAnalysisManager &LAM = LAMFP.getManager();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp156 const SourceManager &SMgr = D->path.front()->getLocation().getManager();
283 const SourceManager &SM = XL.getManager();
332 const SourceManager &SM = XL.getManager();
370 const SourceManager &SM = XL.getManager();
724 return PathDiagnosticLocation(L, L.getManager(), SingleLocK);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp73 AM.getCachedResult<FunctionAnalysisManagerCGSCCProxy>(*C)->getManager();
407 FAM = &FAMProxy->getManager();
H A DInlineAdvisor.cpp157 auto &FAM = MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
H A DMLInlineAdvisor.cpp66 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager()),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } function in class:clang::AnalysisDeclContext
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h378 const SourceManager &getManager() const { function in class:clang::SourceLocation::FullSourceLoc
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp66 TokLoc.getManager(), Features);
69 TokLoc.getManager(), Features);
84 TokLoc.getManager(), Features);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h988 AnalysisManagerT &getManager() { return *InnerAM; } function in class:llvm::InnerAnalysisManagerProxy::Result
1218 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();

Completed in 209 milliseconds

123