reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/AliasAnalysis.cpp
  764 INITIALIZE_PASS_END(AAResultsWrapperPass, "aa",
lib/Analysis/AliasAnalysisEvaluator.cpp
  430 INITIALIZE_PASS_END(AAEvalLegacyPass, "aa-eval",
lib/Analysis/AliasSetTracker.cpp
  775 INITIALIZE_PASS_END(AliasSetPrinter, "print-alias-sets",
lib/Analysis/BasicAliasAnalysis.cpp
 2064 INITIALIZE_PASS_END(BasicAAWrapperPass, "basicaa",
lib/Analysis/BlockFrequencyInfo.cpp
  293 INITIALIZE_PASS_END(BlockFrequencyInfoWrapperPass, "block-freq",
lib/Analysis/BranchProbabilityInfo.cpp
   61 INITIALIZE_PASS_END(BranchProbabilityInfoWrapperPass, "branch-prob",
lib/Analysis/CallGraph.cpp
  325 INITIALIZE_PASS_END(CallGraphPrinterLegacyPass, "print-callgraph",
lib/Analysis/CostModel.cpp
   76 INITIALIZE_PASS_END  (CostModelAnalysis, CM_NAME, cm_name, false, true)
lib/Analysis/Delinearization.cpp
  127 INITIALIZE_PASS_END(Delinearization, DL_NAME, delinearization_name, true, true)
lib/Analysis/DemandedBits.cpp
   62 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits",
lib/Analysis/DependenceAnalysis.cpp
  139 INITIALIZE_PASS_END(DependenceAnalysisWrapperPass, "da", "Dependence Analysis",
lib/Analysis/DominanceFrontier.cpp
   35 INITIALIZE_PASS_END(DominanceFrontierWrapperPass, "domfrontier",
lib/Analysis/GlobalsModRef.cpp
  997 INITIALIZE_PASS_END(GlobalsAAWrapperPass, "globals-aa",
lib/Analysis/IVUsers.cpp
   51 INITIALIZE_PASS_END(IVUsersWrapperPass, "iv-users", "Induction Variable Users",
lib/Analysis/LazyBlockFrequencyInfo.cpp
   29 INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
lib/Analysis/LazyBranchProbabilityInfo.cpp
   29 INITIALIZE_PASS_END(LazyBranchProbabilityInfoPass, DEBUG_TYPE,
lib/Analysis/LazyValueInfo.cpp
   54 INITIALIZE_PASS_END(LazyValueInfoWrapperPass, "lazy-value-info",
 2066 INITIALIZE_PASS_END(LazyValueInfoPrinter, "print-lazy-value-info",
lib/Analysis/LegacyDivergenceAnalysis.cpp
  289 INITIALIZE_PASS_END(LegacyDivergenceAnalysis, "divergence",
lib/Analysis/Lint.cpp
  192 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR",
lib/Analysis/LoopAccessAnalysis.cpp
 2449 INITIALIZE_PASS_END(LoopAccessLegacyAnalysis, LAA_NAME, laa_name, false, true)
lib/Analysis/LoopInfo.cpp
 1058 INITIALIZE_PASS_END(LoopInfoWrapperPass, "loops", "Natural Loop Information",
lib/Analysis/MemDepPrinter.cpp
   81 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
lib/Analysis/MemDerefPrinter.cpp
   44 INITIALIZE_PASS_END(MemDerefPrinter, "print-memderefs",
lib/Analysis/MemoryDependenceAnalysis.cpp
 1771 INITIALIZE_PASS_END(MemoryDependenceWrapperPass, "memdep",
lib/Analysis/MemorySSA.cpp
   65 INITIALIZE_PASS_END(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
   71 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
lib/Analysis/ModuleSummaryAnalysis.cpp
  847 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
lib/Analysis/MustExecute.cpp
  332 INITIALIZE_PASS_END(MustExecutePrinter, "print-mustexecute",
  346 INITIALIZE_PASS_END(MustBeExecutedContextPrinter,
lib/Analysis/OptimizationRemarkEmitter.cpp
  132 INITIALIZE_PASS_END(OptimizationRemarkEmitterWrapperPass, ORE_NAME, ore_name,
lib/Analysis/RegionInfo.cpp
  168 INITIALIZE_PASS_END(RegionInfoPass, "regions",
lib/Analysis/ScalarEvolution.cpp
12025 INITIALIZE_PASS_END(ScalarEvolutionWrapperPass, "scalar-evolution",
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  127 INITIALIZE_PASS_END(SCEVAAWrapperPass, "scev-aa",
lib/Analysis/StackSafetyAnalysis.cpp
  668 INITIALIZE_PASS_END(StackSafetyInfoWrapperPass, LocalPassArg, LocalPassName,
  675 INITIALIZE_PASS_END(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
lib/Bitcode/Writer/BitcodeWriterPass.cpp
   73 INITIALIZE_PASS_END(WriteBitcodePass, "write-bitcode", "Write Bitcode", false,
lib/CodeGen/BreakFalseDeps.cpp
  103 INITIALIZE_PASS_END(BreakFalseDeps, DEBUG_TYPE, "BreakFalseDeps", false, false)
lib/CodeGen/CodeGenPrepare.cpp
  405 INITIALIZE_PASS_END(CodeGenPrepare, DEBUG_TYPE,
lib/CodeGen/DwarfEHPrepare.cpp
   88 INITIALIZE_PASS_END(DwarfEHPrepare, DEBUG_TYPE,
lib/CodeGen/EarlyIfConversion.cpp
  733 INITIALIZE_PASS_END(EarlyIfConverter, DEBUG_TYPE,
  968 INITIALIZE_PASS_END(EarlyIfPredicator, DEBUG_TYPE, "Early If Predicator", false,
lib/CodeGen/ExpandMemCmp.cpp
  866 INITIALIZE_PASS_END(ExpandMemCmpPass, "expandmemcmp",
lib/CodeGen/ExpandReductions.cpp
  160 INITIALIZE_PASS_END(ExpandReductions, "expand-reductions",
lib/CodeGen/GCRootLowering.cpp
   84 INITIALIZE_PASS_END(LowerIntrinsics, "gc-lowering", "GC Lowering", false, false)
lib/CodeGen/GlobalISel/CSEInfo.cpp
   20 INITIALIZE_PASS_END(GISelCSEAnalysisWrapperPass, DEBUG_TYPE,
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
   29 INITIALIZE_PASS_END(GISelKnownBitsAnalysis, DEBUG_TYPE,
lib/CodeGen/GlobalISel/IRTranslator.cpp
   92 INITIALIZE_PASS_END(IRTranslator, DEBUG_TYPE, "IRTranslator LLVM IR -> MI",
lib/CodeGen/GlobalISel/InstructionSelect.cpp
   52 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE,
lib/CodeGen/GlobalISel/Legalizer.cpp
   49 INITIALIZE_PASS_END(Legalizer, DEBUG_TYPE,
lib/CodeGen/GlobalISel/Localizer.cpp
   27 INITIALIZE_PASS_END(Localizer, DEBUG_TYPE,
lib/CodeGen/GlobalISel/RegBankSelect.cpp
   68 INITIALIZE_PASS_END(RegBankSelect, DEBUG_TYPE,
lib/CodeGen/HardwareLoops.cpp
  461 INITIALIZE_PASS_END(HardwareLoops, DEBUG_TYPE, HW_LOOPS_NAME, false, false)
lib/CodeGen/IfConversion.cpp
  435 INITIALIZE_PASS_END(IfConverter, DEBUG_TYPE, "If Converter", false, false)
lib/CodeGen/ImplicitNullChecks.cpp
  725 INITIALIZE_PASS_END(ImplicitNullChecks, DEBUG_TYPE,
lib/CodeGen/InterleavedAccessPass.cpp
  130 INITIALIZE_PASS_END(InterleavedAccess, DEBUG_TYPE,
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1350 INITIALIZE_PASS_END(
lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
   26 INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
lib/CodeGen/LiveDebugVariables.cpp
   82 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE,
lib/CodeGen/LiveIntervals.cpp
   67 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
lib/CodeGen/LiveRegMatrix.cpp
   42 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
lib/CodeGen/LiveStacks.cpp
   30 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
lib/CodeGen/LiveVariables.cpp
   49 INITIALIZE_PASS_END(LiveVariables, "livevars",
lib/CodeGen/MIRCanonicalizerPass.cpp
   83 INITIALIZE_PASS_END(MIRCanonicalizer, "mir-canonicalizer",
lib/CodeGen/MIRNamerPass.cpp
   76 INITIALIZE_PASS_END(MIRNamer, "mir-namer", "Rename Register Operands", false,
lib/CodeGen/MachineBlockFrequencyInfo.cpp
  165 INITIALIZE_PASS_END(MachineBlockFrequencyInfo, DEBUG_TYPE,
lib/CodeGen/MachineBlockPlacement.cpp
  557 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE,
 3131 INITIALIZE_PASS_END(MachineBlockPlacementStats, "block-placement-stats",
lib/CodeGen/MachineBranchProbabilityInfo.cpp
   23 INITIALIZE_PASS_END(MachineBranchProbabilityInfo, "machine-branch-prob",
lib/CodeGen/MachineCSE.cpp
  157 INITIALIZE_PASS_END(MachineCSE, DEBUG_TYPE,
lib/CodeGen/MachineCombiner.cpp
  124 INITIALIZE_PASS_END(MachineCombiner, DEBUG_TYPE, "Machine InstCombiner",
lib/CodeGen/MachineDominanceFrontier.cpp
   28 INITIALIZE_PASS_END(MachineDominanceFrontier, "machine-domfrontier",
lib/CodeGen/MachineLICM.cpp
  280 INITIALIZE_PASS_END(MachineLICM, DEBUG_TYPE,
  288 INITIALIZE_PASS_END(EarlyMachineLICM, "early-machinelicm",
lib/CodeGen/MachineLoopInfo.cpp
   33 INITIALIZE_PASS_END(MachineLoopInfo, "machine-loops",
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
   97 INITIALIZE_PASS_END(MachineOptimizationRemarkEmitterPass, ORE_NAME, ore_name,
lib/CodeGen/MachinePipeliner.cpp
  191 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE,
lib/CodeGen/MachineRegionInfo.cpp
  135 INITIALIZE_PASS_END(MachineRegionInfoPass, DEBUG_TYPE,
lib/CodeGen/MachineScheduler.cpp
  206 INITIALIZE_PASS_END(MachineScheduler, DEBUG_TYPE,
lib/CodeGen/MachineSink.cpp
  198 INITIALIZE_PASS_END(MachineSinking, DEBUG_TYPE,
lib/CodeGen/MachineTraceMetrics.cpp
   51 INITIALIZE_PASS_END(MachineTraceMetrics, DEBUG_TYPE,
lib/CodeGen/ModuloSchedule.cpp
 1952 INITIALIZE_PASS_END(ModuloScheduleTest, "modulo-schedule-test",
lib/CodeGen/PHIElimination.cpp
  134 INITIALIZE_PASS_END(PHIElimination, DEBUG_TYPE,
lib/CodeGen/PeepholeOptimizer.cpp
  445 INITIALIZE_PASS_END(PeepholeOptimizer, DEBUG_TYPE,
lib/CodeGen/PrologEpilogInserter.cpp
  150 INITIALIZE_PASS_END(PEI, DEBUG_TYPE,
lib/CodeGen/RegAllocBasic.cpp
  141 INITIALIZE_PASS_END(RABasic, "regallocbasic", "Basic Register Allocator", false,
lib/CodeGen/RegAllocGreedy.cpp
  578 INITIALIZE_PASS_END(RAGreedy, "greedy",
lib/CodeGen/RegUsageInfoCollector.cpp
   73 INITIALIZE_PASS_END(RegUsageInfoCollector, "RegUsageInfoCollector",
lib/CodeGen/RegUsageInfoPropagate.cpp
   82 INITIALIZE_PASS_END(RegUsageInfoPropagation, "reg-usage-propagation",
lib/CodeGen/RegisterCoalescer.cpp
  358 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
lib/CodeGen/RenameIndependentSubregs.cpp
  118 INITIALIZE_PASS_END(RenameIndependentSubregs, DEBUG_TYPE,
lib/CodeGen/SafeStack.cpp
  899 INITIALIZE_PASS_END(SafeStackLegacyPass, DEBUG_TYPE,
lib/CodeGen/ShadowStackGCLowering.cpp
   92 INITIALIZE_PASS_END(ShadowStackGCLowering, DEBUG_TYPE,
lib/CodeGen/ShrinkWrap.cpp
  257 INITIALIZE_PASS_END(ShrinkWrap, DEBUG_TYPE, "Shrink Wrap Pass", false, false)
lib/CodeGen/SpillPlacement.cpp
   59 INITIALIZE_PASS_END(SpillPlacement, DEBUG_TYPE,
lib/CodeGen/StackColoring.cpp
  522 INITIALIZE_PASS_END(StackColoring, DEBUG_TYPE,
lib/CodeGen/StackProtector.cpp
   67 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE,
lib/CodeGen/StackSlotColoring.cpp
  138 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,
lib/CodeGen/TwoAddressInstructionPass.cpp
  207 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE,
lib/CodeGen/VirtRegMap.cpp
  220 INITIALIZE_PASS_END(VirtRegRewriter, "virtregrewriter",
lib/CodeGen/XRayInstrumentation.cpp
  249 INITIALIZE_PASS_END(XRayInstrumentation, "xray-instrumentation",
lib/IR/SafepointIRVerifier.cpp
  250 INITIALIZE_PASS_END(SafepointIRVerifier, "verify-safepoint-ir",
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  156 INITIALIZE_PASS_END(AArch64A57FPLoadBalancing, DEBUG_TYPE,
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  129 INITIALIZE_PASS_END(AArch64ConditionOptimizer, "aarch64-condopt",
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  802 INITIALIZE_PASS_END(AArch64ConditionalCompares, "aarch64-ccmp",
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  112 INITIALIZE_PASS_END(FalkorMarkStridedAccessesLegacy, DEBUG_TYPE,
  229 INITIALIZE_PASS_END(FalkorHWPFFix, "falkor-hwpf-fix-late",
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  166 INITIALIZE_PASS_END(AArch64PreLegalizerCombiner, DEBUG_TYPE,
lib/Target/AArch64/AArch64PromoteConstant.cpp
  231 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const",
lib/Target/AArch64/AArch64StackTagging.cpp
  325 INITIALIZE_PASS_END(AArch64StackTagging, DEBUG_TYPE, "AArch64 Stack Tagging",
lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
   91 INITIALIZE_PASS_END(AArch64StackTaggingPreRA, "aarch64-stack-tagging-pre-ra",
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
   67 INITIALIZE_PASS_END(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  664 INITIALIZE_PASS_END(AMDGPUAtomicOptimizer, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
 1054 INITIALIZE_PASS_END(AMDGPUCodeGenPrepare, DEBUG_TYPE, "AMDGPU IR optimizations",
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  369 INITIALIZE_PASS_END(AMDGPUDAGToDAGISel, "amdgpu-isel",
lib/Target/AMDGPU/AMDGPUInline.cpp
   94 INITIALIZE_PASS_END(AMDGPUInliner, "amdgpu-inline",
lib/Target/AMDGPU/AMDGPULibCalls.cpp
  215 INITIALIZE_PASS_END(AMDGPUSimplifyLibCalls, "amdgpu-simplifylib",
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
  231 INITIALIZE_PASS_END(AMDGPULowerKernelArguments, DEBUG_TYPE, "AMDGPU Lower Kernel Arguments",
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
  262 INITIALIZE_PASS_END(AMDGPULowerKernelAttributes, DEBUG_TYPE, "AMDGPU IR optimizations",
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
 2904 INITIALIZE_PASS_END(AMDGPUMachineCFGStructurizer, "amdgpu-machine-cfg-structurizer",
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
   86 INITIALIZE_PASS_END(AMDGPUPrintfRuntimeBinding, "amdgpu-printf-runtime-binding",
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  130 INITIALIZE_PASS_END(AMDGPURewriteOutArguments, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
   73 INITIALIZE_PASS_END(AMDGPUUnifyDivergentExitNodes, DEBUG_TYPE,
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
 1675 INITIALIZE_PASS_END(AMDGPUCFGStructurizer, "amdgpustructurizer",
lib/Target/AMDGPU/GCNNSAReassign.cpp
  102 INITIALIZE_PASS_END(GCNNSAReassign, DEBUG_TYPE, "GCN NSA Reassign",
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  269 INITIALIZE_PASS_END(GCNRegBankReassign, DEBUG_TYPE, "GCN RegBank Reassign",
lib/Target/AMDGPU/R600ClauseMergePass.cpp
   77 INITIALIZE_PASS_END(R600ClauseMergePass, DEBUG_TYPE,
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  713 INITIALIZE_PASS_END(R600ControlFlowFinalizer, DEBUG_TYPE,
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
  349 INITIALIZE_PASS_END(R600EmitClauseMarkers, "emitclausemarkers",
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
   62 INITIALIZE_PASS_END(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  144 INITIALIZE_PASS_END(R600VectorRegMerger, DEBUG_TYPE,
lib/Target/AMDGPU/R600Packetizer.cpp
  409 INITIALIZE_PASS_END(R600Packetizer, DEBUG_TYPE,
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  131 INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  141 INITIALIZE_PASS_END(SIFixSGPRCopies, DEBUG_TYPE,
lib/Target/AMDGPU/SIFormMemoryClauses.cpp
   87 INITIALIZE_PASS_END(SIFormMemoryClauses, DEBUG_TYPE,
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  793 INITIALIZE_PASS_END(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  538 INITIALIZE_PASS_END(SILoadStoreOptimizer, DEBUG_TYPE, "SI Load Store Optimizer",
lib/Target/AMDGPU/SILowerI1Copies.cpp
  416 INITIALIZE_PASS_END(SILowerI1Copies, DEBUG_TYPE, "SI Lower i1 Copies", false,
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
   81 INITIALIZE_PASS_END(SILowerSGPRSpills, DEBUG_TYPE,
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
   51 INITIALIZE_PASS_END(SIOptimizeExecMasking, DEBUG_TYPE,
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
   74 INITIALIZE_PASS_END(SIOptimizeExecMaskingPreRA, DEBUG_TYPE,
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
   78 INITIALIZE_PASS_END(SIPreAllocateWWMRegs, DEBUG_TYPE,
lib/Target/AMDGPU/SIWholeQuadMode.cpp
  218 INITIALIZE_PASS_END(SIWholeQuadMode, DEBUG_TYPE, "SI Whole Quad Mode", false,
lib/Target/ARC/ARCBranchFinalize.cpp
   64 INITIALIZE_PASS_END(ARCBranchFinalize, "arc-branch-finalize",
lib/Target/ARC/ARCOptAddrMode.cpp
  111 INITIALIZE_PASS_END(ARCOptAddrMode, OPTADDRMODE_NAME, OPTADDRMODE_DESC, false,
lib/Target/ARM/ARMCodeGenPrepare.cpp
 1061 INITIALIZE_PASS_END(ARMCodeGenPrepare, DEBUG_TYPE, "ARM IR optimizations",
lib/Target/ARM/ARMParallelDSP.cpp
  817 INITIALIZE_PASS_END(ARMParallelDSP, "arm-parallel-dsp",
lib/Target/ARM/ARMTargetMachine.cpp
  388 INITIALIZE_PASS_END(ARMExecutionDomainFix, "arm-execution-domain-fix",
lib/Target/ARM/MVETailPredication.cpp
  519 INITIALIZE_PASS_END(MVETailPredication, DEBUG_TYPE, DESC, false, false)
lib/Target/Hexagon/HexagonBitSimplify.cpp
  260 INITIALIZE_PASS_END(HexagonBitSimplify, "hexagon-bit-simplify",
lib/Target/Hexagon/HexagonCommonGEP.cpp
  170 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
lib/Target/Hexagon/HexagonConstExtenders.cpp
  571 INITIALIZE_PASS_END(HexagonConstExtenders, "hexagon-cext-opt",
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  256 INITIALIZE_PASS_END(HexagonExpandCondsets, "expand-condsets",
lib/Target/Hexagon/HexagonGenExtract.cpp
   91 INITIALIZE_PASS_END(HexagonGenExtract, "hextract", "Hexagon generate "
lib/Target/Hexagon/HexagonGenInsert.cpp
 1630 INITIALIZE_PASS_END(HexagonGenInsert, "hexinsert",
lib/Target/Hexagon/HexagonGenPredicate.cpp
  132 INITIALIZE_PASS_END(HexagonGenPredicate, "hexagon-gen-pred",
lib/Target/Hexagon/HexagonHardwareLoops.cpp
  370 INITIALIZE_PASS_END(HexagonHardwareLoops, "hwloops",
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  265 INITIALIZE_PASS_END(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
lib/Target/Hexagon/HexagonNewValueJump.cpp
  111 INITIALIZE_PASS_END(HexagonNewValueJump, "hexagon-nvj",
lib/Target/Hexagon/HexagonOptAddrMode.cpp
  122 INITIALIZE_PASS_END(HexagonOptAddrMode, "amode-opt", "Optimize addressing mode",
lib/Target/Hexagon/HexagonRDFOpt.cpp
  108 INITIALIZE_PASS_END(HexagonRDFOpt, "hexagon-rdf-opt",
lib/Target/Hexagon/HexagonStoreWidening.cpp
  117 INITIALIZE_PASS_END(HexagonStoreWidening, "hexagon-widen-stores",
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  129 INITIALIZE_PASS_END(HexagonPacketizer, "hexagon-packetizer",
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
  313 INITIALIZE_PASS_END(HexagonVectorLoopCarriedReuse, "hexagon-vlcr",
lib/Target/Mips/MipsPreLegalizerCombiner.cpp
   95 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE,
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  200 INITIALIZE_PASS_END(PPCBranchCoalescing, DEBUG_TYPE, "Branch Coalescing",
lib/Target/PowerPC/PPCCTRLoops.cpp
  104 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  154 INITIALIZE_PASS_END(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false)
lib/Target/PowerPC/PPCMIPeephole.cpp
 1464 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  732 INITIALIZE_PASS_END(PPCReduceCRLogicals, DEBUG_TYPE,
lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  181 INITIALIZE_PASS_END(PPCTLSDynamicCall, DEBUG_TYPE,
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  389 INITIALIZE_PASS_END(PPCVSXFMAMutate, DEBUG_TYPE,
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
 1043 INITIALIZE_PASS_END(PPCVSXSwapRemoval, DEBUG_TYPE,
lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
   31 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE,
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  124 INITIALIZE_PASS_END(X86AvoidSFBPass, DEBUG_TYPE, "Machine code sinking", false,
lib/Target/X86/X86CmovConversion.cpp
  854 INITIALIZE_PASS_END(X86CmovConverterPass, DEBUG_TYPE, "X86 cmov Conversion",
lib/Target/X86/X86FlagsCopyLowering.cpp
  137 INITIALIZE_PASS_END(X86FlagsCopyLoweringPass, DEBUG_TYPE,
lib/Target/X86/X86FloatingPoint.cpp
  307 INITIALIZE_PASS_END(FPS, DEBUG_TYPE, "X86 FP Stackifier",
lib/Target/X86/X86SpeculativeLoadHardening.cpp
 2643 INITIALIZE_PASS_END(X86SpeculativeLoadHardeningPass, PASS_KEY,
lib/Target/X86/X86TargetMachine.cpp
  399 INITIALIZE_PASS_END(X86ExecutionDomainFix, "x86-execution-domain-fix",
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  399 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine",
lib/Transforms/Coroutines/CoroElide.cpp
  338 INITIALIZE_PASS_END(
lib/Transforms/Coroutines/CoroSplit.cpp
 1596 INITIALIZE_PASS_END(
lib/Transforms/IPO/AlwaysInliner.cpp
  134 INITIALIZE_PASS_END(AlwaysInlinerLegacyPass, "always-inline",
lib/Transforms/IPO/ArgumentPromotion.cpp
 1109 INITIALIZE_PASS_END(ArgPromotion, "argpromotion",
lib/Transforms/IPO/Attributor.cpp
 5139 INITIALIZE_PASS_END(AttributorLegacyPass, "attributor",
lib/Transforms/IPO/CrossDSOCFI.cpp
   59 INITIALIZE_PASS_END(CrossDSOCFI, "cross-dso-cfi", "Cross-DSO CFI", false, false)
lib/Transforms/IPO/FunctionAttrs.cpp
 1484 INITIALIZE_PASS_END(PostOrderFunctionAttrsLegacyPass, "functionattrs",
 1548 INITIALIZE_PASS_END(ReversePostOrderFunctionAttrsLegacyPass, "rpo-functionattrs",
lib/Transforms/IPO/GlobalOpt.cpp
 3041 INITIALIZE_PASS_END(GlobalOptLegacyPass, "globalopt",
lib/Transforms/IPO/HotColdSplitting.cpp
  729 INITIALIZE_PASS_END(HotColdSplittingLegacyPass, "hotcoldsplit",
lib/Transforms/IPO/InferFunctionAttrs.cpp
   79 INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass, "inferattrs",
lib/Transforms/IPO/InlineSimple.cpp
   94 INITIALIZE_PASS_END(SimpleInliner, "inline", "Function Integration/Inlining",
lib/Transforms/IPO/LoopExtractor.cpp
   65 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",
lib/Transforms/IPO/PartialInlining.cpp
 1494 INITIALIZE_PASS_END(PartialInlinerLegacyPass, "partial-inliner",
lib/Transforms/IPO/PruneEH.cpp
   57 INITIALIZE_PASS_END(PruneEH, "prune-eh",
lib/Transforms/IPO/SCCP.cpp
   87 INITIALIZE_PASS_END(IPSCCPLegacyPass, "ipsccp",
lib/Transforms/IPO/SampleProfile.cpp
 1673 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile",
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  530 INITIALIZE_PASS_END(WriteThinLTOBitcode, "write-thinlto-bitcode",
lib/Transforms/IPO/WholeProgramDevirt.cpp
  674 INITIALIZE_PASS_END(WholeProgramDevirt, "wholeprogramdevirt",
lib/Transforms/InstCombine/InstructionCombining.cpp
 3634 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine",
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1216 INITIALIZE_PASS_END(
lib/Transforms/Instrumentation/BoundsChecking.cpp
  243 INITIALIZE_PASS_END(BoundsCheckingLegacyPass, "bounds-checking",
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  133 INITIALIZE_PASS_END(ControlHeightReductionLegacyPass,
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  171 INITIALIZE_PASS_END(
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  335 INITIALIZE_PASS_END(
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  155 INITIALIZE_PASS_END(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
lib/Transforms/Instrumentation/InstrOrderFile.cpp
  205 INITIALIZE_PASS_END(InstrOrderFileLegacyPass, "instrorderfile",
lib/Transforms/Instrumentation/InstrProfiling.cpp
  392 INITIALIZE_PASS_END(
lib/Transforms/Instrumentation/MemorySanitizer.cpp
  668 INITIALIZE_PASS_END(MemorySanitizerLegacyPass, "msan",
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  438 INITIALIZE_PASS_END(PGOInstrumentationGenLegacyPass, "pgo-instr-gen",
  452 INITIALIZE_PASS_END(PGOInstrumentationUseLegacyPass, "pgo-instr-use",
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  126 INITIALIZE_PASS_END(PGOMemOPSizeOptLegacyPass, "pgo-memop-opt",
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  941 INITIALIZE_PASS_END(ModuleSanitizerCoverageLegacyPass, "sancov",
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  172 INITIALIZE_PASS_END(ThreadSanitizerLegacyPass, "tsan",
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  758 INITIALIZE_PASS_END(ObjCARCContract, "objc-arc-contract",
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  577 INITIALIZE_PASS_END(ObjCARCOpt,
lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
   92 INITIALIZE_PASS_END(PAEval, "pa-eval",
lib/Transforms/Scalar/ADCE.cpp
  735 INITIALIZE_PASS_END(ADCELegacyPass, "adce", "Aggressive Dead Code Elimination",
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
   79 INITIALIZE_PASS_END(AlignmentFromAssumptions, AA_NAME,
lib/Transforms/Scalar/BDCE.cpp
  180 INITIALIZE_PASS_END(BDCELegacyPass, "bdce",
lib/Transforms/Scalar/CallSiteSplitting.cpp
  579 INITIALIZE_PASS_END(CallSiteSplittingLegacyPass, "callsite-splitting",
lib/Transforms/Scalar/ConstantHoisting.cpp
  134 INITIALIZE_PASS_END(ConstantHoistingLegacyPass, "consthoist",
lib/Transforms/Scalar/ConstantProp.cpp
   60 INITIALIZE_PASS_END(ConstantPropagation, "constprop",
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  117 INITIALIZE_PASS_END(CorrelatedValuePropagation, "correlated-propagation",
lib/Transforms/Scalar/DeadStoreElimination.cpp
 1393 INITIALIZE_PASS_END(DSELegacyPass, "dse", "Dead Store Elimination", false,
lib/Transforms/Scalar/DivRemPairs.cpp
  353 INITIALIZE_PASS_END(DivRemPairsLegacyPass, "div-rem-pairs",
lib/Transforms/Scalar/EarlyCSE.cpp
 1403 INITIALIZE_PASS_END(EarlyCSELegacyPass, "early-cse", "Early CSE", false, false)
 1425 INITIALIZE_PASS_END(EarlyCSEMemSSALegacyPass, "early-cse-memssa",
lib/Transforms/Scalar/FlattenCFGPass.cpp
   46 INITIALIZE_PASS_END(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
lib/Transforms/Scalar/GVN.cpp
 2709 INITIALIZE_PASS_END(GVNLegacyPass, "gvn", "Global Value Numbering", false, false)
lib/Transforms/Scalar/GVNHoist.cpp
 1202 INITIALIZE_PASS_END(GVNHoistLegacyPass, "gvn-hoist",
lib/Transforms/Scalar/GVNSink.cpp
  926 INITIALIZE_PASS_END(GVNSinkLegacyPass, "gvn-sink",
lib/Transforms/Scalar/GuardWidening.cpp
  925 INITIALIZE_PASS_END(GuardWideningLegacyPass, "guard-widening", "Widen guards",
  936 INITIALIZE_PASS_END(LoopGuardWideningLegacyPass, "loop-guard-widening",
lib/Transforms/Scalar/IndVarSimplify.cpp
 3193 INITIALIZE_PASS_END(IndVarSimplifyLegacyPass, "indvars",
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  268 INITIALIZE_PASS_END(IRCELegacyPass, "irce", "Inductive range check elimination",
lib/Transforms/Scalar/InstSimplifyPass.cpp
  122 INITIALIZE_PASS_END(InstSimplifyLegacyPass, "instsimplify",
lib/Transforms/Scalar/JumpThreading.cpp
  163 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
lib/Transforms/Scalar/LICM.cpp
  311 INITIALIZE_PASS_END(LegacyLICMPass, "licm", "Loop Invariant Code Motion", false,
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  133 INITIALIZE_PASS_END(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
lib/Transforms/Scalar/LoopDeletion.cpp
  246 INITIALIZE_PASS_END(LoopDeletionLegacyPass, "loop-deletion",
lib/Transforms/Scalar/LoopDistribute.cpp
 1086 INITIALIZE_PASS_END(LoopDistributeLegacy, LDIST_NAME, ldist_name, false, false)
lib/Transforms/Scalar/LoopFuse.cpp
 1633 INITIALIZE_PASS_END(LoopFuseLegacy, "loop-fusion", "Loop Fusion", false, false)
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  336 INITIALIZE_PASS_END(LoopIdiomRecognizeLegacyPass, "loop-idiom",
lib/Transforms/Scalar/LoopInstSimplify.cpp
  250 INITIALIZE_PASS_END(LoopInstSimplifyLegacyPass, "loop-instsimplify",
lib/Transforms/Scalar/LoopInterchange.cpp
 1596 INITIALIZE_PASS_END(LoopInterchange, "loop-interchange",
lib/Transforms/Scalar/LoopLoadElimination.cpp
  683 INITIALIZE_PASS_END(LoopLoadElimination, LLE_OPTION, LLE_name, false, false)
lib/Transforms/Scalar/LoopPredication.cpp
  341 INITIALIZE_PASS_END(LoopPredicationLegacyPass, "loop-predication",
lib/Transforms/Scalar/LoopRerollPass.cpp
  491 INITIALIZE_PASS_END(LoopReroll, "loop-reroll", "Reroll loops", false, false)
lib/Transforms/Scalar/LoopRotation.cpp
  119 INITIALIZE_PASS_END(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false,
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  757 INITIALIZE_PASS_END(LoopSimplifyCFGLegacyPass, "loop-simplifycfg",
lib/Transforms/Scalar/LoopSink.cpp
  382 INITIALIZE_PASS_END(LegacyLoopSinkPass, "loop-sink", "Loop Sink", false, false)
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5773 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce",
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  487 INITIALIZE_PASS_END(LoopUnrollAndJam, "loop-unroll-and-jam",
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1269 INITIALIZE_PASS_END(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
lib/Transforms/Scalar/LoopUnswitch.cpp
  395 INITIALIZE_PASS_END(LoopUnswitch, "loop-unswitch", "Unswitch loops",
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  637 INITIALIZE_PASS_END(LoopVersioningLICM, "loop-versioning-licm",
lib/Transforms/Scalar/MemCpyOptimizer.cpp
  297 INITIALIZE_PASS_END(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",
lib/Transforms/Scalar/MergeICmps.cpp
  927 INITIALIZE_PASS_END(MergeICmpsLegacyPass, "mergeicmps",
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  411 INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass, "mldst-motion",
lib/Transforms/Scalar/NaryReassociate.cpp
  159 INITIALIZE_PASS_END(NaryReassociateLegacyPass, "nary-reassociate",
lib/Transforms/Scalar/NewGVN.cpp
 4219 INITIALIZE_PASS_END(NewGVNLegacyPass, "newgvn", "Global Value Numbering", false,
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  179 INITIALIZE_PASS_END(PartiallyInlineLibCallsLegacyPass,
lib/Transforms/Scalar/PlaceSafepoints.cpp
  610 INITIALIZE_PASS_END(PlaceBackedgeSafepointsImpl,
  616 INITIALIZE_PASS_END(PlaceSafepoints, "place-safepoints", "Place Safepoints",
lib/Transforms/Scalar/Reg2Mem.cpp
   67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots",
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  226 INITIALIZE_PASS_END(RewriteStatepointsForGCLegacyPass,
lib/Transforms/Scalar/SCCP.cpp
 1913 INITIALIZE_PASS_END(SCCPLegacyPass, "sccp",
lib/Transforms/Scalar/SROA.cpp
 4656 INITIALIZE_PASS_END(SROALegacyPass, "sroa", "Scalar Replacement Of Aggregates",
lib/Transforms/Scalar/Scalarizer.cpp
  235 INITIALIZE_PASS_END(ScalarizerLegacyPass, "scalarizer",
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  474 INITIALIZE_PASS_END(
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2989 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",
lib/Transforms/Scalar/SimplifyCFGPass.cpp
  284 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
lib/Transforms/Scalar/Sink.cpp
  301 INITIALIZE_PASS_END(SinkingLegacyPass, "sink", "Code sinking", false, false)
lib/Transforms/Scalar/SpeculativeExecution.cpp
  133 INITIALIZE_PASS_END(SpeculativeExecutionLegacyPass, "speculative-execution",
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  252 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr",
lib/Transforms/Scalar/StructurizeCFG.cpp
  297 INITIALIZE_PASS_END(StructurizeCFG, "structurizecfg", "Structurize the CFG",
lib/Transforms/Scalar/TailRecursionElimination.cpp
  853 INITIALIZE_PASS_END(TailCallElim, "tailcallelim", "Tail Call Elimination",
lib/Transforms/Scalar/WarnMissedTransforms.cpp
  143 INITIALIZE_PASS_END(WarnMissedTransformationsLegacy, "transform-warning",
lib/Transforms/Utils/AddDiscriminators.cpp
  104 INITIALIZE_PASS_END(AddDiscriminatorsLegacyPass, "add-discriminators",
lib/Transforms/Utils/CanonicalizeAliases.cpp
   98 INITIALIZE_PASS_END(CanonicalizeAliasesLegacyPass, "canonicalize-aliases",
lib/Transforms/Utils/LCSSA.cpp
  463 INITIALIZE_PASS_END(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",
lib/Transforms/Utils/LibCallsShrinkWrap.cpp
   69 INITIALIZE_PASS_END(LibCallsShrinkWrapLegacyPass, "libcalls-shrinkwrap",
lib/Transforms/Utils/LoopSimplify.cpp
  787 INITIALIZE_PASS_END(LoopSimplify, "loop-simplify",
lib/Transforms/Utils/LoopVersioning.cpp
  320 INITIALIZE_PASS_END(LoopVersioningPass, LVER_OPTION, LVer_name, false, false)
lib/Transforms/Utils/LowerSwitch.cpp
  138 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch",
lib/Transforms/Utils/Mem2Reg.cpp
  109 INITIALIZE_PASS_END(PromoteLegacyPass, "mem2reg", "Promote Memory to Register",
lib/Transforms/Utils/MetaRenamer.cpp
  167 INITIALIZE_PASS_END(MetaRenamer, "metarenamer",
lib/Transforms/Utils/NameAnonGlobals.cpp
  113 INITIALIZE_PASS_END(NameAnonGlobalLegacyPass, "name-anon-globals",
lib/Transforms/Utils/PredicateInfo.cpp
   47 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  242 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
lib/Transforms/Vectorize/LoopVectorize.cpp
 6338 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
lib/Transforms/Vectorize/SLPVectorizer.cpp
 7145 INITIALIZE_PASS_END(SLPVectorizer, SV_NAME, lv_name, false, false)
tools/polly/lib/Analysis/DependenceInfo.cpp
  905 INITIALIZE_PASS_END(DependenceInfo, "polly-dependences",
  961 INITIALIZE_PASS_END(
tools/polly/lib/Analysis/PolyhedralInfo.cpp
  162 INITIALIZE_PASS_END(PolyhedralInfo, "polyhedral-info",
tools/polly/lib/Analysis/PruneUnprofitable.cpp
  103 INITIALIZE_PASS_END(PruneUnprofitable, "polly-prune-unprofitable",
tools/polly/lib/Analysis/ScopDetection.cpp
 1932 INITIALIZE_PASS_END(ScopDetectionWrapperPass, "polly-detect",
tools/polly/lib/Analysis/ScopInfo.cpp
 2714 INITIALIZE_PASS_END(ScopInfoRegionPass, "polly-scops",
 2845 INITIALIZE_PASS_END(
tools/polly/lib/CodeGen/CodeGeneration.cpp
  383 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",
tools/polly/lib/CodeGen/CodegenCleanup.cpp
  138 INITIALIZE_PASS_END(CodegenCleanup, "polly-cleanup",
tools/polly/lib/CodeGen/IslAst.cpp
  835 INITIALIZE_PASS_END(IslAstInfoWrapperPass, "polly-ast",
tools/polly/lib/Exchange/JSONExporter.cpp
  820 INITIALIZE_PASS_END(JSONExporter, "polly-export-jscop",
  830 INITIALIZE_PASS_END(JSONImporter, "polly-import-jscop",
tools/polly/lib/Support/DumpModulePass.cpp
   90 INITIALIZE_PASS_END(DumpModule, "polly-dump-module", "Polly - Dump Module",
tools/polly/lib/Transform/Canonicalization.cpp
   98 INITIALIZE_PASS_END(PollyCanonicalize, "polly-canonicalize",
tools/polly/lib/Transform/CodePreparation.cpp
  118 INITIALIZE_PASS_END(CodePreparation, "polly-prepare",
tools/polly/lib/Transform/DeLICM.cpp
 1423 INITIALIZE_PASS_END(DeLICM, "polly-delicm", "Polly - DeLICM/DePRE", false,
tools/polly/lib/Transform/DeadCodeElimination.cpp
  174 INITIALIZE_PASS_END(DeadCodeElim, "polly-dce", "Polly - Remove dead iterations",
tools/polly/lib/Transform/FlattenSchedule.cpp
  105 INITIALIZE_PASS_END(FlattenSchedule, "polly-flatten-schedule",
tools/polly/lib/Transform/ForwardOpTree.cpp
  968 INITIALIZE_PASS_END(ForwardOpTree, "polly-optree",
tools/polly/lib/Transform/MaximalStaticExpansion.cpp
  483 INITIALIZE_PASS_END(MaximalStaticExpander, "polly-mse",
tools/polly/lib/Transform/RewriteByReferenceParameters.cpp
   97 INITIALIZE_PASS_END(RewriteByrefParams, "polly-rewrite-byref-params",
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1678 INITIALIZE_PASS_END(IslScheduleOptimizer, "polly-opt-isl",
tools/polly/lib/Transform/ScopInliner.cpp
  115 INITIALIZE_PASS_END(
tools/polly/lib/Transform/Simplify.cpp
  724 INITIALIZE_PASS_END(Simplify, "polly-simplify", "Polly - Simplify", false,
unittests/Analysis/AliasAnalysisTest.cpp
   69 INITIALIZE_PASS_END(AATestPass, "aa-test-pass", "Alias Analysis Test Pass",
  136 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa",
unittests/Analysis/UnrollAnalyzerTest.cpp
  328 INITIALIZE_PASS_END(UnrollAnalyzerTest, "unrollanalyzertestpass",
unittests/IR/LegacyPassManagerTest.cpp
  614 INITIALIZE_PASS_END(CGPass, "cgp","cgp", false, false)
  618 INITIALIZE_PASS_END(LPass, "lp","lp", false, false)