Home
last modified time | relevance | path

Searched refs:FunctionAnalysisManagerLoopProxy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp103 InnerAM->getCachedResult<FunctionAnalysisManagerLoopProxy>(*L)) in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h160 FunctionAnalysisManagerLoopProxy; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp293 auto &FAMProxy = LAM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR); in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2348 LAM.registerPass([&] { return FunctionAnalysisManagerLoopProxy(FAM); }); in crossRegisterProxies()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3693 AM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR) in run()