Home
last modified time | relevance | path

Searched refs:ModuleAnalysisManagerFunctionProxy (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionAnalysis.cpp36 auto &MMI = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F) in run()
H A DGCMetadata.cpp61 auto &MAMProxy = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DExpandMemCmp.cpp1002 auto *PSI = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F) in run()
H A DSelectOptimize.cpp428 PSI = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F) in run()
H A DCodeGenPrepare.cpp569 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp63 InnerAM->getCachedResult<ModuleAnalysisManagerFunctionProxy>(F)) in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp138 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DInlineOrder.cpp50 FAM.getResult<ModuleAnalysisManagerFunctionProxy>(Caller) in getInlineCostWrapper()
H A DInlineAdvisor.cpp139 FAM.getResult<ModuleAnalysisManagerFunctionProxy>(Caller) in getDefaultInlineAdvice()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp133 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DHWAddressSanitizer.cpp1538 auto &MAMProxy = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in selectiveInstrumentationShouldSkip()
H A DControlHeightReduction.cpp2084 auto &MAMProxy = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp694 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DConstantHoisting.cpp996 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DLoopUnrollPass.cpp1607 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
H A DSimpleLoopUnswitch.cpp3689 .getCachedResult<ModuleAnalysisManagerFunctionProxy>(F)) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h797 using ModuleAnalysisManagerFunctionProxy = variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h960 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2024 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in crossRegisterProxies()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5477 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10200 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()