Home
last modified time | relevance | path

Searched refs:AllAnalysesOn (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp18 template class AllAnalysesOn<Module>; variable
19 template class AllAnalysesOn<Function>; variable
44 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in invalidate()
51 PA.allAnalysesInSetPreserved<AllAnalysesOn<Function>>(); in invalidate()
142 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
H A DDominators.cpp118 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp23 template class AllAnalysesOn<Loop>; variable
51 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()) || in invalidate()
85 PA.allAnalysesInSetPreserved<AllAnalysesOn<Loop>>(); in invalidate()
H A DCGSCCPassManager.cpp49 template class AllAnalysesOn<LazyCallGraph::SCC>; variable
130 PA.preserveSet<AllAnalysesOn<LazyCallGraph::SCC>>(); in run()
345 PA.preserveSet<AllAnalysesOn<LazyCallGraph::SCC>>(); in run()
552 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in run()
564 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
589 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()) || in invalidate()
603 PA.allAnalysesInSetPreserved<AllAnalysesOn<LazyCallGraph::SCC>>(); in invalidate()
706 PA.allAnalysesInSetPreserved<AllAnalysesOn<Function>>(); in invalidate()
843 auto PA = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in incorporateNewSCCRange()
1137 auto PA = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in updateCGAndAnalysisManagerForPass()
[all …]
H A DDominanceFrontier.cpp74 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DPostDominators.cpp50 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DRegionInfo.cpp84 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DPhiValues.cpp30 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()); in invalidate()
H A DBlockFrequencyInfo.cpp180 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DCallGraph.cpp72 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()); in invalidate()
H A DLoopInfo.cpp872 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DBranchProbabilityInfo.cpp1068 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
H A DMemoryDependenceAnalysis.cpp1803 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>()) in invalidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILUpgrade.cpp40 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h110 template <typename IRUnitT> class AllAnalysesOn {
118 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
120 extern template class AllAnalysesOn<Module>;
121 extern template class AllAnalysesOn<Function>;
565 PA.preserveSet<AllAnalysesOn<IRUnitT>>(); in run()
H A DPassManagerInternal.h28 template <typename IRUnitT> class AllAnalysesOn; variable
227 !PAC.template preservedSet<AllAnalysesOn<IRUnitT>>();
H A DPassManagerImpl.h92 if (PA.allAnalysesInSetPreserved<AllAnalysesOn<IRUnitT>>()) in invalidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp21 template class AllAnalysesOn<MachineFunction>; variable
H A DGCMetadata.cpp84 return !PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>(); in invalidate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h65 extern template class AllAnalysesOn<Loop>;
H A DCGSCCPassManager.h112 extern template class AllAnalysesOn<LazyCallGraph::SCC>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp41 PA.preserveSet<AllAnalysesOn<Loop>>(); in run()
351 PA.preserveSet<AllAnalysesOn<Loop>>(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp576 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
H A DArgumentPromotion.cpp851 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
H A DFunctionAttrs.cpp1915 PA.preserveSet<AllAnalysesOn<Function>>(); in run()

12