Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h158 FunctionAnalysisManagerLoopProxy; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp100 InnerAM->getCachedResult<FunctionAnalysisManagerLoopProxy>(*L)) in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2026 LAM.registerPass([&] { return FunctionAnalysisManagerLoopProxy(FAM); }); in crossRegisterProxies()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3688 AM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR) in run()