Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp59 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in invalidate()
66 if (!PA.allAnalysesInSetPreserved<AllAnalysesOn<MachineFunction>>()) { in invalidate()
92 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>()) { in invalidate()
99 if (!PA.allAnalysesInSetPreserved<AllAnalysesOn<MachineFunction>>()) { in invalidate()
162 PA.template preserveSet<AllAnalysesOn<Module>>(); in getMachineFunctionPassPreservedAnalyses()
163 PA.template preserveSet<AllAnalysesOn<Function>>(); in getMachineFunctionPassPreservedAnalyses()
H A DMachinePostDominators.cpp91 !PAC.preservedSet<AllAnalysesOn<MachineFunction>>() && in invalidate()
H A DGCMetadata.cpp85 return !PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>(); in invalidate()
H A DMachineDominators.cpp67 !PAC.preservedSet<AllAnalysesOn<MachineFunction>>() && in invalidate()
H A DMachineLoopInfo.cpp74 !PAC.preservedSet<AllAnalysesOn<MachineFunction>>() && in invalidate()
H A DMachineBlockFrequencyInfo.cpp219 !PAC.preservedSet<AllAnalysesOn<MachineFunction>>() && in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp19 template class AllAnalysesOn<Module>; variable
20 template class AllAnalysesOn<Function>; variable
45 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in invalidate()
52 PA.allAnalysesInSetPreserved<AllAnalysesOn<Function>>(); in invalidate()
143 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
H A DDominators.cpp118 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h49 template <typename IRUnitT> class AllAnalysesOn {
57 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
59 extern template class AllAnalysesOn<Module>;
60 extern template class AllAnalysesOn<Function>;
H A DPassManagerImpl.h100 PA.preserveSet<AllAnalysesOn<IRUnitT>>(); in run()
175 if (PA.allAnalysesInSetPreserved<AllAnalysesOn<IRUnitT>>()) in invalidate()
H A DPassManagerInternal.h29 template <typename IRUnitT> class AllAnalysesOn; variable
227 !PAC.template preservedSet<AllAnalysesOn<IRUnitT>>();
/freebsd/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()
353 PA.preserveSet<AllAnalysesOn<LazyCallGraph::SCC>>(); in run()
560 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in run()
572 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
597 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()) || in invalidate()
611 PA.allAnalysesInSetPreserved<AllAnalysesOn<LazyCallGraph::SCC>>(); in invalidate()
705 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<LazyCallGraph::SCC>>()) { in invalidate()
714 PA.allAnalysesInSetPreserved<AllAnalysesOn<Function>>(); in invalidate()
851 auto PA = PreservedAnalyses::allInSet<AllAnalysesOn<Function>>(); in incorporateNewSCCRange()
[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.cpp883 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h67 extern template class AllAnalysesOn<Loop>;
H A DCGSCCPassManager.h112 extern template class AllAnalysesOn<LazyCallGraph::SCC>;
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp576 PA.preserveSet<AllAnalysesOn<Function>>(); in run()
H A DArgumentPromotion.cpp908 PA.preserveSet<AllAnalysesOn<Function>>(); in run()

12