Home
last modified time | relevance | path

Searched refs:getChecker (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp58 auto PAC = PA.getChecker<MachineFunctionAnalysisManagerModuleProxy>(); in invalidate()
91 auto PAC = PA.getChecker<MachineFunctionAnalysisManagerFunctionProxy>(); in invalidate()
H A DMachineFunctionAnalysis.cpp28 auto PAC = PA.getChecker<MachineFunctionAnalysis>(); in invalidate()
H A DMachineBranchProbabilityInfo.cpp78 auto PAC = PA.getChecker<MachineBranchProbabilityAnalysis>(); in invalidate()
H A DMachinePostDominators.cpp89 auto PAC = PA.getChecker<MachinePostDominatorTreeAnalysis>(); in invalidate()
H A DGCMetadata.cpp84 auto PAC = PA.getChecker<GCFunctionAnalysis>(); in invalidate()
H A DMachineDominators.cpp65 auto PAC = PA.getChecker<MachineDominatorTreeAnalysis>(); in invalidate()
H A DMachineLoopInfo.cpp72 auto PAC = PA.getChecker<MachineLoopAnalysis>(); in invalidate()
H A DMachineBlockFrequencyInfo.cpp217 auto PAC = PA.getChecker<MachineBlockFrequencyAnalysis>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h264 template <typename AnalysisT> PreservedAnalysisChecker getChecker() const { in getChecker() function
273 PreservedAnalysisChecker getChecker(AnalysisKey *ID) const { in getChecker() function
H A DPassManagerInternal.h225 auto PAC = PA.template getChecker<PassT>();
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSimpleLoopUnswitch.h32 auto PAC = PA.getChecker<ShouldRunExtraSimpleLoopUnswitch>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDominanceFrontier.cpp73 auto PAC = PA.getChecker<DominanceFrontierAnalysis>(); in invalidate()
H A DPostDominators.cpp49 auto PAC = PA.getChecker<PostDominatorTreeAnalysis>(); in invalidate()
H A DLoopAnalysisManager.cpp47 auto PAC = PA.getChecker<LoopAnalysisManagerFunctionProxy>(); in invalidate()
H A DRegionInfo.cpp83 auto PAC = PA.getChecker<RegionInfoAnalysis>(); in invalidate()
H A DPhiValues.cpp29 auto PAC = PA.getChecker<PhiValuesAnalysis>(); in invalidate()
H A DCGSCCPassManager.cpp559 auto PAC = PA.getChecker<LazyCallGraphAnalysis>(); in run()
596 auto PAC = PA.getChecker<CGSCCAnalysisManagerModuleProxy>(); in invalidate()
704 auto PAC = PA.getChecker<FunctionAnalysisManagerCGSCCProxy>(); in invalidate()
H A DBlockFrequencyInfo.cpp179 auto PAC = PA.getChecker<BlockFrequencyAnalysis>(); in invalidate()
H A DCallGraph.cpp71 auto PAC = PA.getChecker<CallGraphAnalysis>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp137 IsLoopNestPtrValid &= PassPA->getChecker<LoopNestAnalysis>().preserved(); in runWithLoopNestPasses()
314 if (LAR.MSSA && !PassPA.getChecker<MemorySSAAnalysis>().preserved()) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h93 auto PAC = PA.getChecker<ShouldRunExtraVectorPasses>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp44 auto PAC = PA.getChecker<FunctionAnalysisManagerModuleProxy>(); in invalidate()
H A DDominators.cpp117 auto PAC = PA.getChecker<DominatorTreeAnalysis>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h327 auto PAC = PA.getChecker<InlineAdvisorAnalysis>(); in invalidate()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp412 ValistChecker *checker = mgr.getChecker<ValistChecker>(); \

12