|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/Analysis/AliasAnalysisEvaluator.h 33 class AAEvaluator : public PassInfoMixin<AAEvaluator> {
include/llvm/Analysis/AssumptionCache.h 168 class AssumptionPrinterPass : public PassInfoMixin<AssumptionPrinterPass> {
include/llvm/Analysis/BlockFrequencyInfo.h 124 class BlockFrequencyPrinterPass
include/llvm/Analysis/BranchProbabilityInfo.h 219 class BranchProbabilityPrinterPass
include/llvm/Analysis/CFGPrinter.h 29 class CFGViewerPass
35 class CFGOnlyViewerPass
41 class CFGPrinterPass
47 class CFGOnlyPrinterPass
include/llvm/Analysis/CallGraph.h 308 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
include/llvm/Analysis/DDG.h 331 class DDGAnalysisPrinterPass : public PassInfoMixin<DDGAnalysisPrinterPass> {
include/llvm/Analysis/DemandedBits.h 121 class DemandedBitsPrinterPass : public PassInfoMixin<DemandedBitsPrinterPass> {
include/llvm/Analysis/DependenceAnalysis.h 943 struct DependenceAnalysisPrinterPass
include/llvm/Analysis/DominanceFrontier.h 198 class DominanceFrontierPrinterPass
include/llvm/Analysis/LazyCallGraph.h 1283 class LazyCallGraphPrinterPass
1296 class LazyCallGraphDOTPrinterPass
include/llvm/Analysis/LoopCacheAnalysis.h 269 class LoopCachePrinterPass : public PassInfoMixin<LoopCachePrinterPass> {
include/llvm/Analysis/LoopInfo.h 1194 class LoopPrinterPass : public PassInfoMixin<LoopPrinterPass> {
1203 struct LoopVerifierPass : public PassInfoMixin<LoopVerifierPass> {
include/llvm/Analysis/MemorySSA.h 950 class MemorySSAPrinterPass : public PassInfoMixin<MemorySSAPrinterPass> {
960 struct MemorySSAVerifierPass : PassInfoMixin<MemorySSAVerifierPass> {
include/llvm/Analysis/PhiValues.h 132 class PhiValuesPrinterPass : public PassInfoMixin<PhiValuesPrinterPass> {
include/llvm/Analysis/PostDominators.h 56 class PostDominatorTreePrinterPass
include/llvm/Analysis/ProfileSummaryInfo.h 190 class ProfileSummaryPrinterPass
include/llvm/Analysis/RegionInfo.h 983 class RegionInfoPrinterPass : public PassInfoMixin<RegionInfoPrinterPass> {
993 struct RegionInfoVerifierPass : PassInfoMixin<RegionInfoVerifierPass> {
include/llvm/Analysis/ScalarEvolution.h 1926 class ScalarEvolutionPrinterPass
include/llvm/Analysis/StackSafetyAnalysis.h 51 class StackSafetyPrinterPass : public PassInfoMixin<StackSafetyPrinterPass> {
90 class StackSafetyGlobalPrinterPass
include/llvm/Bitcode/BitcodeWriterPass.h 50 class BitcodeWriterPass : public PassInfoMixin<BitcodeWriterPass> {
include/llvm/CodeGen/PreISelIntrinsicLowering.h 22 struct PreISelIntrinsicLoweringPass
include/llvm/CodeGen/UnreachableBlockElim.h 29 class UnreachableBlockElimPass
include/llvm/IR/Dominators.h 243 class DominatorTreePrinterPass
254 struct DominatorTreeVerifierPass : PassInfoMixin<DominatorTreeVerifierPass> {
include/llvm/IR/IRPrintingPasses.h 80 class PrintModulePass {
99 class PrintFunctionPass {
include/llvm/IR/PassManager.h 1397 struct InvalidateAllAnalysesPass : PassInfoMixin<InvalidateAllAnalysesPass> {
include/llvm/IR/PassManagerInternal.h 58 template <typename IRUnitT, typename PassT, typename PreservedAnalysesT,
include/llvm/IR/SafepointIRVerifier.h 37 class SafepointIRVerifierPass : public PassInfoMixin<SafepointIRVerifierPass> {
include/llvm/IR/Verifier.h 136 class VerifierPass : public PassInfoMixin<VerifierPass> {
include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h 25 class AggressiveInstCombinePass
include/llvm/Transforms/IPO/AlwaysInliner.h 29 class AlwaysInlinerPass : public PassInfoMixin<AlwaysInlinerPass> {
include/llvm/Transforms/IPO/ArgumentPromotion.h 23 class ArgumentPromotionPass : public PassInfoMixin<ArgumentPromotionPass> {
include/llvm/Transforms/IPO/Attributor.h 1520 struct AttributorPass : public PassInfoMixin<AttributorPass> {
include/llvm/Transforms/IPO/CalledValuePropagation.h 27 class CalledValuePropagationPass
include/llvm/Transforms/IPO/ConstantMerge.h 29 class ConstantMergePass : public PassInfoMixin<ConstantMergePass> {
include/llvm/Transforms/IPO/CrossDSOCFI.h 21 class CrossDSOCFIPass : public PassInfoMixin<CrossDSOCFIPass> {
include/llvm/Transforms/IPO/DeadArgumentElimination.h 38 class DeadArgumentEliminationPass
include/llvm/Transforms/IPO/ElimAvailExtern.h 24 class EliminateAvailableExternallyPass
include/llvm/Transforms/IPO/ForceFunctionAttrs.h 23 struct ForceFunctionAttrsPass : PassInfoMixin<ForceFunctionAttrsPass> {
include/llvm/Transforms/IPO/FunctionAttrs.h 50 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> {
69 class ReversePostOrderFunctionAttrsPass
include/llvm/Transforms/IPO/FunctionImport.h 123 class FunctionImportPass : public PassInfoMixin<FunctionImportPass> {
include/llvm/Transforms/IPO/GlobalDCE.h 29 class GlobalDCEPass : public PassInfoMixin<GlobalDCEPass> {
include/llvm/Transforms/IPO/GlobalOpt.h 25 class GlobalOptPass : public PassInfoMixin<GlobalOptPass> {
include/llvm/Transforms/IPO/GlobalSplit.h 26 class GlobalSplitPass : public PassInfoMixin<GlobalSplitPass> {
include/llvm/Transforms/IPO/HotColdSplitting.h 61 class HotColdSplittingPass : public PassInfoMixin<HotColdSplittingPass> {
include/llvm/Transforms/IPO/InferFunctionAttrs.h 25 struct InferFunctionAttrsPass : PassInfoMixin<InferFunctionAttrsPass> {
include/llvm/Transforms/IPO/Inliner.h 94 class InlinerPass : public PassInfoMixin<InlinerPass> {
include/llvm/Transforms/IPO/Internalize.h 36 class InternalizePass : public PassInfoMixin<InternalizePass> {
include/llvm/Transforms/IPO/LowerTypeTests.h 200 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {
include/llvm/Transforms/IPO/PartialInlining.h 24 class PartialInlinerPass : public PassInfoMixin<PartialInlinerPass> {
include/llvm/Transforms/IPO/SCCP.h 30 class IPSCCPPass : public PassInfoMixin<IPSCCPPass> {
include/llvm/Transforms/IPO/SampleProfile.h 25 class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
include/llvm/Transforms/IPO/StripDeadPrototypes.h 25 struct StripDeadPrototypesPass : PassInfoMixin<StripDeadPrototypesPass> {
include/llvm/Transforms/IPO/SyntheticCountsPropagation.h 13 class SyntheticCountsPropagation
include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h 24 class ThinLTOBitcodeWriterPass
include/llvm/Transforms/IPO/WholeProgramDevirt.h 223 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> {
include/llvm/Transforms/InstCombine/InstCombine.h 25 class InstCombinePass : public PassInfoMixin<InstCombinePass> {
include/llvm/Transforms/Instrumentation/AddressSanitizer.h 99 class AddressSanitizerPass : public PassInfoMixin<AddressSanitizerPass> {
117 class ModuleAddressSanitizerPass
include/llvm/Transforms/Instrumentation/BoundsChecking.h 18 struct BoundsCheckingPass : PassInfoMixin<BoundsCheckingPass> {
include/llvm/Transforms/Instrumentation/CGProfile.h 19 class CGProfilePass : public PassInfoMixin<CGProfilePass> {
include/llvm/Transforms/Instrumentation/ControlHeightReduction.h 22 class ControlHeightReductionPass :
include/llvm/Transforms/Instrumentation/GCOVProfiler.h 20 class GCOVProfilerPass : public PassInfoMixin<GCOVProfilerPass> {
include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h 25 class HWAddressSanitizerPass : public PassInfoMixin<HWAddressSanitizerPass> {
include/llvm/Transforms/Instrumentation/InstrOrderFile.h 21 class InstrOrderFilePass : public PassInfoMixin<InstrOrderFilePass> {
include/llvm/Transforms/Instrumentation/InstrProfiling.h 35 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
include/llvm/Transforms/Instrumentation/MemorySanitizer.h 39 struct MemorySanitizerPass : public PassInfoMixin<MemorySanitizerPass> {
include/llvm/Transforms/Instrumentation/PGOInstrumentation.h 35 class PGOInstrumentationGenCreateVar
47 class PGOInstrumentationGen : public PassInfoMixin<PGOInstrumentationGen> {
58 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
73 class PGOIndirectCallPromotion : public PassInfoMixin<PGOIndirectCallPromotion> {
86 class PGOMemOPSizeOpt : public PassInfoMixin<PGOMemOPSizeOpt> {
include/llvm/Transforms/Instrumentation/PoisonChecking.h 17 struct PoisonCheckingPass : public PassInfoMixin<PoisonCheckingPass> {
include/llvm/Transforms/Instrumentation/SanitizerCoverage.h 29 class ModuleSanitizerCoveragePass
include/llvm/Transforms/Instrumentation/ThreadSanitizer.h 28 struct ThreadSanitizerPass : public PassInfoMixin<ThreadSanitizerPass> {
include/llvm/Transforms/Scalar/ADCE.h 31 struct ADCEPass : PassInfoMixin<ADCEPass> {
include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h 27 struct AlignmentFromAssumptionsPass
include/llvm/Transforms/Scalar/BDCE.h 25 struct BDCEPass : PassInfoMixin<BDCEPass> {
include/llvm/Transforms/Scalar/CallSiteSplitting.h 17 struct CallSiteSplittingPass : PassInfoMixin<CallSiteSplittingPass> {
include/llvm/Transforms/Scalar/ConstantHoisting.h 124 class ConstantHoistingPass : public PassInfoMixin<ConstantHoistingPass> {
include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h 18 struct CorrelatedValuePropagationPass
include/llvm/Transforms/Scalar/DCE.h 22 class DCEPass : public PassInfoMixin<DCEPass> {
include/llvm/Transforms/Scalar/DeadStoreElimination.h 28 class DSEPass : public PassInfoMixin<DSEPass> {
include/llvm/Transforms/Scalar/DivRemPairs.h 23 struct DivRemPairsPass : public PassInfoMixin<DivRemPairsPass> {
include/llvm/Transforms/Scalar/EarlyCSE.h 30 struct EarlyCSEPass : PassInfoMixin<EarlyCSEPass> {
include/llvm/Transforms/Scalar/Float2Int.h 25 class Float2IntPass : public PassInfoMixin<Float2IntPass> {
include/llvm/Transforms/Scalar/GVN.h 68 class GVN : public PassInfoMixin<GVN> {
301 struct GVNHoistPass : PassInfoMixin<GVNHoistPass> {
308 struct GVNSinkPass : PassInfoMixin<GVNSinkPass> {
include/llvm/Transforms/Scalar/GuardWidening.h 27 struct GuardWideningPass : public PassInfoMixin<GuardWideningPass> {
include/llvm/Transforms/Scalar/IVUsersPrinter.h 19 class IVUsersPrinterPass : public PassInfoMixin<IVUsersPrinterPass> {
include/llvm/Transforms/Scalar/IndVarSimplify.h 25 class IndVarSimplifyPass : public PassInfoMixin<IndVarSimplifyPass> {
include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h 22 class IRCEPass : public PassInfoMixin<IRCEPass> {
include/llvm/Transforms/Scalar/InstSimplifyPass.h 34 class InstSimplifyPass : public PassInfoMixin<InstSimplifyPass> {
include/llvm/Transforms/Scalar/JumpThreading.h 77 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
include/llvm/Transforms/Scalar/LICM.h 45 class LICMPass : public PassInfoMixin<LICMPass> {
include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h 18 class LoopAccessInfoPrinterPass
include/llvm/Transforms/Scalar/LoopDataPrefetch.h 22 class LoopDataPrefetchPass : public PassInfoMixin<LoopDataPrefetchPass> {
include/llvm/Transforms/Scalar/LoopDeletion.h 24 class LoopDeletionPass : public PassInfoMixin<LoopDeletionPass> {
include/llvm/Transforms/Scalar/LoopDistribute.h 25 class LoopDistributePass : public PassInfoMixin<LoopDistributePass> {
include/llvm/Transforms/Scalar/LoopFuse.h 23 class LoopFusePass : public PassInfoMixin<LoopFusePass> {
include/llvm/Transforms/Scalar/LoopIdiomRecognize.h 27 class LoopIdiomRecognizePass : public PassInfoMixin<LoopIdiomRecognizePass> {
include/llvm/Transforms/Scalar/LoopInstSimplify.h 25 class LoopInstSimplifyPass : public PassInfoMixin<LoopInstSimplifyPass> {
include/llvm/Transforms/Scalar/LoopLoadElimination.h 27 struct LoopLoadEliminationPass : public PassInfoMixin<LoopLoadEliminationPass> {
include/llvm/Transforms/Scalar/LoopPassManager.h 419 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
include/llvm/Transforms/Scalar/LoopPredication.h 24 class LoopPredicationPass : public PassInfoMixin<LoopPredicationPass> {
include/llvm/Transforms/Scalar/LoopRotation.h 23 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> {
include/llvm/Transforms/Scalar/LoopSimplifyCFG.h 26 class LoopSimplifyCFGPass : public PassInfoMixin<LoopSimplifyCFGPass> {
include/llvm/Transforms/Scalar/LoopSink.h 33 class LoopSinkPass : public PassInfoMixin<LoopSinkPass> {
include/llvm/Transforms/Scalar/LoopStrengthReduce.h 33 class LoopStrengthReducePass : public PassInfoMixin<LoopStrengthReducePass> {
include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h 23 class LoopUnrollAndJamPass : public PassInfoMixin<LoopUnrollAndJamPass> {
include/llvm/Transforms/Scalar/LoopUnrollPass.h 25 class LoopFullUnrollPass : public PassInfoMixin<LoopFullUnrollPass> {
132 class LoopUnrollPass : public PassInfoMixin<LoopUnrollPass> {
include/llvm/Transforms/Scalar/LowerAtomic.h 22 class LowerAtomicPass : public PassInfoMixin<LowerAtomicPass> {
include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h 23 struct LowerConstantIntrinsicsPass :
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h 23 struct LowerExpectIntrinsicPass : PassInfoMixin<LowerExpectIntrinsicPass> {
include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h 21 struct LowerGuardIntrinsicPass : PassInfoMixin<LowerGuardIntrinsicPass> {
include/llvm/Transforms/Scalar/LowerWidenableCondition.h 20 struct LowerWidenableConditionPass : PassInfoMixin<LowerWidenableConditionPass> {
include/llvm/Transforms/Scalar/MakeGuardsExplicit.h 40 struct MakeGuardsExplicitPass : public PassInfoMixin<MakeGuardsExplicitPass> {
include/llvm/Transforms/Scalar/MemCpyOptimizer.h 39 class MemCpyOptPass : public PassInfoMixin<MemCpyOptPass> {
include/llvm/Transforms/Scalar/MergeICmps.h 18 struct MergeICmpsPass
include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h 41 class MergedLoadStoreMotionPass
include/llvm/Transforms/Scalar/NaryReassociate.h 102 class NaryReassociatePass : public PassInfoMixin<NaryReassociatePass> {
include/llvm/Transforms/Scalar/NewGVN.h 23 class NewGVNPass : public PassInfoMixin<NewGVNPass> {
include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h 22 class PartiallyInlineLibCallsPass
include/llvm/Transforms/Scalar/Reassociate.h 71 class ReassociatePass : public PassInfoMixin<ReassociatePass> {
include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h 29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> {
include/llvm/Transforms/Scalar/SCCP.h 36 class SCCPPass : public PassInfoMixin<SCCPPass> {
include/llvm/Transforms/Scalar/SROA.h 64 class SROA : public PassInfoMixin<SROA> {
include/llvm/Transforms/Scalar/Scalarizer.h 24 class ScalarizerPass : public PassInfoMixin<ScalarizerPass> {
include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h 62 class SimpleLoopUnswitchPass : public PassInfoMixin<SimpleLoopUnswitchPass> {
include/llvm/Transforms/Scalar/SimplifyCFG.h 29 class SimplifyCFGPass : public PassInfoMixin<SimplifyCFGPass> {
include/llvm/Transforms/Scalar/Sink.h 23 class SinkingPass : public PassInfoMixin<SinkingPass> {
include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h 103 struct SpeculateAroundPHIsPass : PassInfoMixin<SpeculateAroundPHIsPass> {
include/llvm/Transforms/Scalar/SpeculativeExecution.h 69 class SpeculativeExecutionPass
include/llvm/Transforms/Scalar/TailRecursionElimination.h 60 struct TailCallElimPass : PassInfoMixin<TailCallElimPass> {
include/llvm/Transforms/Scalar/WarnMissedTransforms.h 24 class WarnMissedTransformationsPass
include/llvm/Transforms/Utils/AddDiscriminators.h 24 class AddDiscriminatorsPass : public PassInfoMixin<AddDiscriminatorsPass> {
include/llvm/Transforms/Utils/BreakCriticalEdges.h 24 struct BreakCriticalEdgesPass : public PassInfoMixin<BreakCriticalEdgesPass> {
include/llvm/Transforms/Utils/CanonicalizeAliases.h 22 class CanonicalizeAliasesPass : public PassInfoMixin<CanonicalizeAliasesPass> {
include/llvm/Transforms/Utils/EntryExitInstrumenter.h 24 struct EntryExitInstrumenterPass
include/llvm/Transforms/Utils/LCSSA.h 37 class LCSSAPass : public PassInfoMixin<LCSSAPass> {
include/llvm/Transforms/Utils/LibCallsShrinkWrap.h 18 class LibCallsShrinkWrapPass : public PassInfoMixin<LibCallsShrinkWrapPass> {
include/llvm/Transforms/Utils/LoopSimplify.h 51 class LoopSimplifyPass : public PassInfoMixin<LoopSimplifyPass> {
include/llvm/Transforms/Utils/LowerInvoke.h 22 class LowerInvokePass : public PassInfoMixin<LowerInvokePass> {
include/llvm/Transforms/Utils/Mem2Reg.h 23 class PromotePass : public PassInfoMixin<PromotePass> {
include/llvm/Transforms/Utils/NameAnonGlobals.h 23 class NameAnonGlobalPass : public PassInfoMixin<NameAnonGlobalPass> {
include/llvm/Transforms/Utils/SymbolRewriter.h 120 class RewriteSymbolPass : public PassInfoMixin<RewriteSymbolPass> {
include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h 16 class LoadStoreVectorizerPass : public PassInfoMixin<LoadStoreVectorizerPass> {
include/llvm/Transforms/Vectorize/LoopVectorize.h 119 struct LoopVectorizePass : public PassInfoMixin<LoopVectorizePass> {
include/llvm/Transforms/Vectorize/SLPVectorizer.h 59 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> {
lib/Passes/PassBuilder.cpp 256 struct NoOpModulePass {
275 struct NoOpCGSCCPass {
297 struct NoOpFunctionPass {
316 struct NoOpLoopPass {
tools/opt/Debugify.h 24 struct NewPMDebugifyPass : public llvm::PassInfoMixin<NewPMDebugifyPass> {
69 struct NewPMCheckDebugifyPass
tools/polly/include/polly/CodeGen/CodeGeneration.h 31 struct CodeGenerationPass : public PassInfoMixin<CodeGenerationPass> {
tools/polly/include/polly/CodeGen/IslAst.h 207 struct IslAstPrinterPass : public PassInfoMixin<IslAstPrinterPass> {
tools/polly/include/polly/CodePreparation.h 19 struct CodePreparationPass : public llvm::PassInfoMixin<CodePreparationPass> {
tools/polly/include/polly/DependenceInfo.h 213 struct DependenceInfoPrinterPass
tools/polly/include/polly/JSONExporter.h 18 struct JSONExportPass : public llvm::PassInfoMixin<JSONExportPass> {
25 struct JSONImportPass : public llvm::PassInfoMixin<JSONExportPass> {
tools/polly/include/polly/ScopDetection.h 616 struct ScopAnalysisPrinterPass : public PassInfoMixin<ScopAnalysisPrinterPass> {
tools/polly/include/polly/ScopInfo.h 2862 struct ScopInfoPrinterPass : public PassInfoMixin<ScopInfoPrinterPass> {
unittests/Analysis/CGSCCPassManagerTest.cpp 125 struct LambdaModulePass : public PassInfoMixin<LambdaModulePass> {
136 struct LambdaSCCPass : public PassInfoMixin<LambdaSCCPass> {
149 struct LambdaFunctionPass : public PassInfoMixin<LambdaFunctionPass> {
unittests/IR/PassBuilderCallbacksTest.cpp 126 class Pass : public PassInfoMixin<Pass> {
unittests/IR/PassManagerTest.cpp 76 struct TestModulePass : PassInfoMixin<TestModulePass> {
87 struct TestPreservingModulePass : PassInfoMixin<TestPreservingModulePass> {
93 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> {
132 struct TestInvalidationFunctionPass
545 struct CustomizedPass : PassInfoMixin<CustomizedPass> {
667 struct LambdaPass : public PassInfoMixin<LambdaPass> {
unittests/Passes/TestPlugin.cpp 16 struct TestModulePass : public PassInfoMixin<TestModulePass> {
unittests/Transforms/Scalar/LoopPassManagerTest.cpp 153 class Pass : public PassInfoMixin<Pass> {