|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/AliasAnalysis.cpp 753 INITIALIZE_PASS_BEGIN(AAResultsWrapperPass, "aa",
lib/Analysis/AliasAnalysisEvaluator.cpp 426 INITIALIZE_PASS_BEGIN(AAEvalLegacyPass, "aa-eval",
lib/Analysis/AliasSetTracker.cpp 772 INITIALIZE_PASS_BEGIN(AliasSetPrinter, "print-alias-sets",
lib/Analysis/BasicAliasAnalysis.cpp 2059 INITIALIZE_PASS_BEGIN(BasicAAWrapperPass, "basicaa",
lib/Analysis/BlockFrequencyInfo.cpp 289 INITIALIZE_PASS_BEGIN(BlockFrequencyInfoWrapperPass, "block-freq",
lib/Analysis/BranchProbabilityInfo.cpp 57 INITIALIZE_PASS_BEGIN(BranchProbabilityInfoWrapperPass, "branch-prob",
lib/Analysis/CallGraph.cpp 322 INITIALIZE_PASS_BEGIN(CallGraphPrinterLegacyPass, "print-callgraph",
lib/Analysis/CostModel.cpp 75 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true)
lib/Analysis/Delinearization.cpp 124 INITIALIZE_PASS_BEGIN(Delinearization, DL_NAME, delinearization_name, true,
lib/Analysis/DemandedBits.cpp 58 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits",
lib/Analysis/DependenceAnalysis.cpp 134 INITIALIZE_PASS_BEGIN(DependenceAnalysisWrapperPass, "da",
lib/Analysis/DominanceFrontier.cpp 32 INITIALIZE_PASS_BEGIN(DominanceFrontierWrapperPass, "domfrontier",
lib/Analysis/GlobalsModRef.cpp 993 INITIALIZE_PASS_BEGIN(GlobalsAAWrapperPass, "globals-aa",
lib/Analysis/IVUsers.cpp 45 INITIALIZE_PASS_BEGIN(IVUsersWrapperPass, "iv-users",
lib/Analysis/LazyBlockFrequencyInfo.cpp 25 INITIALIZE_PASS_BEGIN(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
lib/Analysis/LazyBranchProbabilityInfo.cpp 25 INITIALIZE_PASS_BEGIN(LazyBranchProbabilityInfoPass, DEBUG_TYPE,
lib/Analysis/LazyValueInfo.cpp 50 INITIALIZE_PASS_BEGIN(LazyValueInfoWrapperPass, "lazy-value-info",
2063 INITIALIZE_PASS_BEGIN(LazyValueInfoPrinter, "print-lazy-value-info",
lib/Analysis/LegacyDivergenceAnalysis.cpp 284 INITIALIZE_PASS_BEGIN(LegacyDivergenceAnalysis, "divergence",
lib/Analysis/Lint.cpp 186 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
lib/Analysis/LoopAccessAnalysis.cpp 2444 INITIALIZE_PASS_BEGIN(LoopAccessLegacyAnalysis, LAA_NAME, laa_name, false, true)
lib/Analysis/LoopInfo.cpp 1055 INITIALIZE_PASS_BEGIN(LoopInfoWrapperPass, "loops", "Natural Loop Information",
lib/Analysis/MemDepPrinter.cpp 78 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
lib/Analysis/MemDerefPrinter.cpp 42 INITIALIZE_PASS_BEGIN(MemDerefPrinter, "print-memderefs",
lib/Analysis/MemoryDependenceAnalysis.cpp 1764 INITIALIZE_PASS_BEGIN(MemoryDependenceWrapperPass, "memdep",
lib/Analysis/MemorySSA.cpp 61 INITIALIZE_PASS_BEGIN(MemorySSAWrapperPass, "memoryssa", "Memory SSA", false,
68 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
lib/Analysis/ModuleSummaryAnalysis.cpp 843 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
lib/Analysis/MustExecute.cpp 328 INITIALIZE_PASS_BEGIN(MustExecutePrinter, "print-mustexecute",
340 INITIALIZE_PASS_BEGIN(
lib/Analysis/OptimizationRemarkEmitter.cpp 129 INITIALIZE_PASS_BEGIN(OptimizationRemarkEmitterWrapperPass, ORE_NAME, ore_name,
lib/Analysis/RegionInfo.cpp 163 INITIALIZE_PASS_BEGIN(RegionInfoPass, "regions",
lib/Analysis/ScalarEvolution.cpp12019 INITIALIZE_PASS_BEGIN(ScalarEvolutionWrapperPass, "scalar-evolution",
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp 124 INITIALIZE_PASS_BEGIN(SCEVAAWrapperPass, "scev-aa",
lib/Analysis/StackSafetyAnalysis.cpp 665 INITIALIZE_PASS_BEGIN(StackSafetyInfoWrapperPass, LocalPassArg, LocalPassName,
672 INITIALIZE_PASS_BEGIN(StackSafetyGlobalInfoWrapperPass, DEBUG_TYPE,
lib/Bitcode/Writer/BitcodeWriterPass.cpp 70 INITIALIZE_PASS_BEGIN(WriteBitcodePass, "write-bitcode", "Write Bitcode", false,
lib/CodeGen/BreakFalseDeps.cpp 101 INITIALIZE_PASS_BEGIN(BreakFalseDeps, DEBUG_TYPE, "BreakFalseDeps", false, false)
lib/CodeGen/CodeGenPrepare.cpp 402 INITIALIZE_PASS_BEGIN(CodeGenPrepare, DEBUG_TYPE,
lib/CodeGen/DwarfEHPrepare.cpp 83 INITIALIZE_PASS_BEGIN(DwarfEHPrepare, DEBUG_TYPE,
lib/CodeGen/EarlyIfConversion.cpp 728 INITIALIZE_PASS_BEGIN(EarlyIfConverter, DEBUG_TYPE,
965 INITIALIZE_PASS_BEGIN(EarlyIfPredicator, DEBUG_TYPE, "Early If Predicator",
lib/CodeGen/ExpandMemCmp.cpp 862 INITIALIZE_PASS_BEGIN(ExpandMemCmpPass, "expandmemcmp",
lib/CodeGen/ExpandReductions.cpp 157 INITIALIZE_PASS_BEGIN(ExpandReductions, "expand-reductions",
lib/CodeGen/GCRootLowering.cpp 81 INITIALIZE_PASS_BEGIN(LowerIntrinsics, "gc-lowering", "GC Lowering", false,
lib/CodeGen/GlobalISel/CSEInfo.cpp 18 INITIALIZE_PASS_BEGIN(GISelCSEAnalysisWrapperPass, DEBUG_TYPE,
lib/CodeGen/GlobalISel/GISelKnownBits.cpp 27 INITIALIZE_PASS_BEGIN(GISelKnownBitsAnalysis, DEBUG_TYPE,
lib/CodeGen/GlobalISel/IRTranslator.cpp 88 INITIALIZE_PASS_BEGIN(IRTranslator, DEBUG_TYPE, "IRTranslator LLVM IR -> MI",
lib/CodeGen/GlobalISel/InstructionSelect.cpp 47 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
lib/CodeGen/GlobalISel/Legalizer.cpp 44 INITIALIZE_PASS_BEGIN(Legalizer, DEBUG_TYPE,
lib/CodeGen/GlobalISel/Localizer.cpp 23 INITIALIZE_PASS_BEGIN(Localizer, DEBUG_TYPE,
lib/CodeGen/GlobalISel/RegBankSelect.cpp 62 INITIALIZE_PASS_BEGIN(RegBankSelect, DEBUG_TYPE,
lib/CodeGen/HardwareLoops.cpp 457 INITIALIZE_PASS_BEGIN(HardwareLoops, DEBUG_TYPE, HW_LOOPS_NAME, false, false)
lib/CodeGen/IfConversion.cpp 433 INITIALIZE_PASS_BEGIN(IfConverter, DEBUG_TYPE, "If Converter", false, false)
lib/CodeGen/ImplicitNullChecks.cpp 722 INITIALIZE_PASS_BEGIN(ImplicitNullChecks, DEBUG_TYPE,
lib/CodeGen/InterleavedAccessPass.cpp 126 INITIALIZE_PASS_BEGIN(InterleavedAccess, DEBUG_TYPE,
lib/CodeGen/InterleavedLoadCombinePass.cpp 1344 INITIALIZE_PASS_BEGIN(
lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp 22 INITIALIZE_PASS_BEGIN(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
lib/CodeGen/LiveDebugVariables.cpp 78 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
lib/CodeGen/LiveIntervals.cpp 62 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
lib/CodeGen/LiveRegMatrix.cpp 38 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
lib/CodeGen/LiveStacks.cpp 27 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE,
lib/CodeGen/LiveVariables.cpp 46 INITIALIZE_PASS_BEGIN(LiveVariables, "livevars",
lib/CodeGen/MIRCanonicalizerPass.cpp 80 INITIALIZE_PASS_BEGIN(MIRCanonicalizer, "mir-canonicalizer",
lib/CodeGen/MIRNamerPass.cpp 73 INITIALIZE_PASS_BEGIN(MIRNamer, "mir-namer", "Rename Register Operands", false,
lib/CodeGen/MachineBlockFrequencyInfo.cpp 161 INITIALIZE_PASS_BEGIN(MachineBlockFrequencyInfo, DEBUG_TYPE,
lib/CodeGen/MachineBlockPlacement.cpp 551 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,
3127 INITIALIZE_PASS_BEGIN(MachineBlockPlacementStats, "block-placement-stats",
lib/CodeGen/MachineBranchProbabilityInfo.cpp 21 INITIALIZE_PASS_BEGIN(MachineBranchProbabilityInfo, "machine-branch-prob",
lib/CodeGen/MachineCSE.cpp 153 INITIALIZE_PASS_BEGIN(MachineCSE, DEBUG_TYPE,
lib/CodeGen/MachineCombiner.cpp 120 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
lib/CodeGen/MachineDominanceFrontier.cpp 25 INITIALIZE_PASS_BEGIN(MachineDominanceFrontier, "machine-domfrontier",
lib/CodeGen/MachineLICM.cpp 275 INITIALIZE_PASS_BEGIN(MachineLICM, DEBUG_TYPE,
283 INITIALIZE_PASS_BEGIN(EarlyMachineLICM, "early-machinelicm",
lib/CodeGen/MachineLoopInfo.cpp 30 INITIALIZE_PASS_BEGIN(MachineLoopInfo, "machine-loops",
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp 94 INITIALIZE_PASS_BEGIN(MachineOptimizationRemarkEmitterPass, ORE_NAME, ore_name,
lib/CodeGen/MachinePipeliner.cpp 185 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
lib/CodeGen/MachineRegionInfo.cpp 130 INITIALIZE_PASS_BEGIN(MachineRegionInfoPass, DEBUG_TYPE,
lib/CodeGen/MachineScheduler.cpp 199 INITIALIZE_PASS_BEGIN(MachineScheduler, DEBUG_TYPE,
lib/CodeGen/MachineSink.cpp 192 INITIALIZE_PASS_BEGIN(MachineSinking, DEBUG_TYPE,
lib/CodeGen/MachineTraceMetrics.cpp 47 INITIALIZE_PASS_BEGIN(MachineTraceMetrics, DEBUG_TYPE,
lib/CodeGen/ModuloSchedule.cpp 1948 INITIALIZE_PASS_BEGIN(ModuloScheduleTest, "modulo-schedule-test",
lib/CodeGen/PHIElimination.cpp 130 INITIALIZE_PASS_BEGIN(PHIElimination, DEBUG_TYPE,
lib/CodeGen/PeepholeOptimizer.cpp 441 INITIALIZE_PASS_BEGIN(PeepholeOptimizer, DEBUG_TYPE,
lib/CodeGen/PrologEpilogInserter.cpp 145 INITIALIZE_PASS_BEGIN(PEI, DEBUG_TYPE, "Prologue/Epilogue Insertion", false,
lib/CodeGen/RegAllocBasic.cpp 129 INITIALIZE_PASS_BEGIN(RABasic, "regallocbasic", "Basic Register Allocator",
lib/CodeGen/RegAllocGreedy.cpp 563 INITIALIZE_PASS_BEGIN(RAGreedy, "greedy",
lib/CodeGen/RegUsageInfoCollector.cpp 70 INITIALIZE_PASS_BEGIN(RegUsageInfoCollector, "RegUsageInfoCollector",
lib/CodeGen/RegUsageInfoPropagate.cpp 79 INITIALIZE_PASS_BEGIN(RegUsageInfoPropagation, "reg-usage-propagation",
lib/CodeGen/RegisterCoalescer.cpp 352 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
lib/CodeGen/RenameIndependentSubregs.cpp 114 INITIALIZE_PASS_BEGIN(RenameIndependentSubregs, DEBUG_TYPE,
lib/CodeGen/SafeStack.cpp 896 INITIALIZE_PASS_BEGIN(SafeStackLegacyPass, DEBUG_TYPE,
lib/CodeGen/ShadowStackGCLowering.cpp 89 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, DEBUG_TYPE,
lib/CodeGen/ShrinkWrap.cpp 251 INITIALIZE_PASS_BEGIN(ShrinkWrap, DEBUG_TYPE, "Shrink Wrap Pass", false, false)
lib/CodeGen/SpillPlacement.cpp 55 INITIALIZE_PASS_BEGIN(SpillPlacement, DEBUG_TYPE,
lib/CodeGen/StackColoring.cpp 519 INITIALIZE_PASS_BEGIN(StackColoring, DEBUG_TYPE,
lib/CodeGen/StackProtector.cpp 64 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE,
lib/CodeGen/StackSlotColoring.cpp 133 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,
lib/CodeGen/TwoAddressInstructionPass.cpp 204 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, DEBUG_TYPE,
lib/CodeGen/VirtRegMap.cpp 213 INITIALIZE_PASS_BEGIN(VirtRegRewriter, "virtregrewriter",
lib/CodeGen/XRayInstrumentation.cpp 246 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",
lib/IR/SafepointIRVerifier.cpp 247 INITIALIZE_PASS_BEGIN(SafepointIRVerifier, "verify-safepoint-ir",
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp 154 INITIALIZE_PASS_BEGIN(AArch64A57FPLoadBalancing, DEBUG_TYPE,
lib/Target/AArch64/AArch64ConditionOptimizer.cpp 126 INITIALIZE_PASS_BEGIN(AArch64ConditionOptimizer, "aarch64-condopt",
lib/Target/AArch64/AArch64ConditionalCompares.cpp 797 INITIALIZE_PASS_BEGIN(AArch64ConditionalCompares, "aarch64-ccmp",
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp 107 INITIALIZE_PASS_BEGIN(FalkorMarkStridedAccessesLegacy, DEBUG_TYPE,
226 INITIALIZE_PASS_BEGIN(FalkorHWPFFix, "falkor-hwpf-fix-late",
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp 161 INITIALIZE_PASS_BEGIN(AArch64PreLegalizerCombiner, DEBUG_TYPE,
lib/Target/AArch64/AArch64PromoteConstant.cpp 228 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
lib/Target/AArch64/AArch64StackTagging.cpp 323 INITIALIZE_PASS_BEGIN(AArch64StackTagging, DEBUG_TYPE, "AArch64 Stack Tagging",
lib/Target/AArch64/AArch64StackTaggingPreRA.cpp 89 INITIALIZE_PASS_BEGIN(AArch64StackTaggingPreRA, "aarch64-stack-tagging-pre-ra",
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp 62 INITIALIZE_PASS_BEGIN(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp 660 INITIALIZE_PASS_BEGIN(AMDGPUAtomicOptimizer, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp 1050 INITIALIZE_PASS_BEGIN(AMDGPUCodeGenPrepare, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp 360 INITIALIZE_PASS_BEGIN(AMDGPUDAGToDAGISel, "amdgpu-isel",
lib/Target/AMDGPU/AMDGPUInline.cpp 87 INITIALIZE_PASS_BEGIN(AMDGPUInliner, "amdgpu-inline",
lib/Target/AMDGPU/AMDGPULibCalls.cpp 212 INITIALIZE_PASS_BEGIN(AMDGPUSimplifyLibCalls, "amdgpu-simplifylib",
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp 229 INITIALIZE_PASS_BEGIN(AMDGPULowerKernelArguments, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp 260 INITIALIZE_PASS_BEGIN(AMDGPULowerKernelAttributes, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp 2901 INITIALIZE_PASS_BEGIN(AMDGPUMachineCFGStructurizer, "amdgpu-machine-cfg-structurizer",
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 81 INITIALIZE_PASS_BEGIN(AMDGPUPrintfRuntimeBinding,
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp 127 INITIALIZE_PASS_BEGIN(AMDGPURewriteOutArguments, DEBUG_TYPE,
lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp 69 INITIALIZE_PASS_BEGIN(AMDGPUUnifyDivergentExitNodes, DEBUG_TYPE,
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp 1670 INITIALIZE_PASS_BEGIN(AMDGPUCFGStructurizer, "amdgpustructurizer",
lib/Target/AMDGPU/GCNNSAReassign.cpp 97 INITIALIZE_PASS_BEGIN(GCNNSAReassign, DEBUG_TYPE, "GCN NSA Reassign",
lib/Target/AMDGPU/GCNRegBankReassign.cpp 263 INITIALIZE_PASS_BEGIN(GCNRegBankReassign, DEBUG_TYPE, "GCN RegBank Reassign",
lib/Target/AMDGPU/R600ClauseMergePass.cpp 75 INITIALIZE_PASS_BEGIN(R600ClauseMergePass, DEBUG_TYPE,
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp 711 INITIALIZE_PASS_BEGIN(R600ControlFlowFinalizer, DEBUG_TYPE,
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp 347 INITIALIZE_PASS_BEGIN(R600EmitClauseMarkers, "emitclausemarkers",
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp 60 INITIALIZE_PASS_BEGIN(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp 142 INITIALIZE_PASS_BEGIN(R600VectorRegMerger, DEBUG_TYPE,
lib/Target/AMDGPU/R600Packetizer.cpp 407 INITIALIZE_PASS_BEGIN(R600Packetizer, DEBUG_TYPE,
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp 126 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,
lib/Target/AMDGPU/SIFixSGPRCopies.cpp 138 INITIALIZE_PASS_BEGIN(SIFixSGPRCopies, DEBUG_TYPE,
lib/Target/AMDGPU/SIFormMemoryClauses.cpp 84 INITIALIZE_PASS_BEGIN(SIFormMemoryClauses, DEBUG_TYPE,
lib/Target/AMDGPU/SIInsertWaitcnts.cpp 791 INITIALIZE_PASS_BEGIN(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 535 INITIALIZE_PASS_BEGIN(SILoadStoreOptimizer, DEBUG_TYPE,
lib/Target/AMDGPU/SILowerI1Copies.cpp 412 INITIALIZE_PASS_BEGIN(SILowerI1Copies, DEBUG_TYPE, "SI Lower i1 Copies", false,
lib/Target/AMDGPU/SILowerSGPRSpills.cpp 78 INITIALIZE_PASS_BEGIN(SILowerSGPRSpills, DEBUG_TYPE,
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp 48 INITIALIZE_PASS_BEGIN(SIOptimizeExecMasking, DEBUG_TYPE,
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp 71 INITIALIZE_PASS_BEGIN(SIOptimizeExecMaskingPreRA, DEBUG_TYPE,
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp 73 INITIALIZE_PASS_BEGIN(SIPreAllocateWWMRegs, DEBUG_TYPE,
lib/Target/AMDGPU/SIWholeQuadMode.cpp 215 INITIALIZE_PASS_BEGIN(SIWholeQuadMode, DEBUG_TYPE, "SI Whole Quad Mode", false,
lib/Target/ARC/ARCBranchFinalize.cpp 61 INITIALIZE_PASS_BEGIN(ARCBranchFinalize, "arc-branch-finalize",
lib/Target/ARC/ARCOptAddrMode.cpp 108 INITIALIZE_PASS_BEGIN(ARCOptAddrMode, OPTADDRMODE_NAME, OPTADDRMODE_DESC, false,
lib/Target/ARM/ARMCodeGenPrepare.cpp 1059 INITIALIZE_PASS_BEGIN(ARMCodeGenPrepare, DEBUG_TYPE,
lib/Target/ARM/ARMParallelDSP.cpp 815 INITIALIZE_PASS_BEGIN(ARMParallelDSP, "arm-parallel-dsp",
lib/Target/ARM/ARMTargetMachine.cpp 385 INITIALIZE_PASS_BEGIN(ARMExecutionDomainFix, "arm-execution-domain-fix",
lib/Target/ARM/MVETailPredication.cpp 518 INITIALIZE_PASS_BEGIN(MVETailPredication, DEBUG_TYPE, DESC, false, false)
lib/Target/Hexagon/HexagonBitSimplify.cpp 257 INITIALIZE_PASS_BEGIN(HexagonBitSimplify, "hexagon-bit-simplify",
lib/Target/Hexagon/HexagonCommonGEP.cpp 165 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
lib/Target/Hexagon/HexagonConstExtenders.cpp 568 INITIALIZE_PASS_BEGIN(HexagonConstExtenders, "hexagon-cext-opt",
lib/Target/Hexagon/HexagonExpandCondsets.cpp 251 INITIALIZE_PASS_BEGIN(HexagonExpandCondsets, "expand-condsets",
lib/Target/Hexagon/HexagonGenExtract.cpp 88 INITIALIZE_PASS_BEGIN(HexagonGenExtract, "hextract", "Hexagon generate "
lib/Target/Hexagon/HexagonGenInsert.cpp 1627 INITIALIZE_PASS_BEGIN(HexagonGenInsert, "hexinsert",
lib/Target/Hexagon/HexagonGenPredicate.cpp 129 INITIALIZE_PASS_BEGIN(HexagonGenPredicate, "hexagon-gen-pred",
lib/Target/Hexagon/HexagonHardwareLoops.cpp 366 INITIALIZE_PASS_BEGIN(HexagonHardwareLoops, "hwloops",
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 256 INITIALIZE_PASS_BEGIN(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
lib/Target/Hexagon/HexagonNewValueJump.cpp 108 INITIALIZE_PASS_BEGIN(HexagonNewValueJump, "hexagon-nvj",
lib/Target/Hexagon/HexagonOptAddrMode.cpp 118 INITIALIZE_PASS_BEGIN(HexagonOptAddrMode, "amode-opt",
lib/Target/Hexagon/HexagonRDFOpt.cpp 104 INITIALIZE_PASS_BEGIN(HexagonRDFOpt, "hexagon-rdf-opt",
lib/Target/Hexagon/HexagonStoreWidening.cpp 114 INITIALIZE_PASS_BEGIN(HexagonStoreWidening, "hexagon-widen-stores",
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp 123 INITIALIZE_PASS_BEGIN(HexagonPacketizer, "hexagon-packetizer",
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp 308 INITIALIZE_PASS_BEGIN(HexagonVectorLoopCarriedReuse, "hexagon-vlcr",
lib/Target/Mips/MipsPreLegalizerCombiner.cpp 91 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE,
lib/Target/PowerPC/PPCBranchCoalescing.cpp 196 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
lib/Target/PowerPC/PPCCTRLoops.cpp 101 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp 151 INITIALIZE_PASS_BEGIN(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false)
lib/Target/PowerPC/PPCMIPeephole.cpp 1459 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
lib/Target/PowerPC/PPCReduceCRLogicals.cpp 729 INITIALIZE_PASS_BEGIN(PPCReduceCRLogicals, DEBUG_TYPE,
lib/Target/PowerPC/PPCTLSDynamicCall.cpp 177 INITIALIZE_PASS_BEGIN(PPCTLSDynamicCall, DEBUG_TYPE,
lib/Target/PowerPC/PPCVSXFMAMutate.cpp 384 INITIALIZE_PASS_BEGIN(PPCVSXFMAMutate, DEBUG_TYPE,
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp 1041 INITIALIZE_PASS_BEGIN(PPCVSXSwapRemoval, DEBUG_TYPE,
lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp 27 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp 121 INITIALIZE_PASS_BEGIN(X86AvoidSFBPass, DEBUG_TYPE, "Machine code sinking",
lib/Target/X86/X86CmovConversion.cpp 851 INITIALIZE_PASS_BEGIN(X86CmovConverterPass, DEBUG_TYPE, "X86 cmov Conversion",
lib/Target/X86/X86FlagsCopyLowering.cpp 135 INITIALIZE_PASS_BEGIN(X86FlagsCopyLoweringPass, DEBUG_TYPE,
lib/Target/X86/X86FloatingPoint.cpp 304 INITIALIZE_PASS_BEGIN(FPS, DEBUG_TYPE, "X86 FP Stackifier",
lib/Target/X86/X86SpeculativeLoadHardening.cpp 2641 INITIALIZE_PASS_BEGIN(X86SpeculativeLoadHardeningPass, PASS_KEY,
lib/Target/X86/X86TargetMachine.cpp 396 INITIALIZE_PASS_BEGIN(X86ExecutionDomainFix, "x86-execution-domain-fix",
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp 394 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,
lib/Transforms/Coroutines/CoroElide.cpp 333 INITIALIZE_PASS_BEGIN(
lib/Transforms/Coroutines/CoroSplit.cpp 1591 INITIALIZE_PASS_BEGIN(
lib/Transforms/IPO/AlwaysInliner.cpp 128 INITIALIZE_PASS_BEGIN(AlwaysInlinerLegacyPass, "always-inline",
lib/Transforms/IPO/ArgumentPromotion.cpp 1102 INITIALIZE_PASS_BEGIN(ArgPromotion, "argpromotion",
lib/Transforms/IPO/Attributor.cpp 5136 INITIALIZE_PASS_BEGIN(AttributorLegacyPass, "attributor",
lib/Transforms/IPO/CrossDSOCFI.cpp 57 INITIALIZE_PASS_BEGIN(CrossDSOCFI, "cross-dso-cfi", "Cross-DSO CFI", false,
lib/Transforms/IPO/FunctionAttrs.cpp 1480 INITIALIZE_PASS_BEGIN(PostOrderFunctionAttrsLegacyPass, "functionattrs",
1545 INITIALIZE_PASS_BEGIN(ReversePostOrderFunctionAttrsLegacyPass, "rpo-functionattrs",
lib/Transforms/IPO/GlobalOpt.cpp 3035 INITIALIZE_PASS_BEGIN(GlobalOptLegacyPass, "globalopt",
lib/Transforms/IPO/HotColdSplitting.cpp 725 INITIALIZE_PASS_BEGIN(HotColdSplittingLegacyPass, "hotcoldsplit",
lib/Transforms/IPO/InferFunctionAttrs.cpp 76 INITIALIZE_PASS_BEGIN(InferFunctionAttrsLegacyPass, "inferattrs",
lib/Transforms/IPO/InlineSimple.cpp 87 INITIALIZE_PASS_BEGIN(SimpleInliner, "inline", "Function Integration/Inlining",
lib/Transforms/IPO/LoopExtractor.cpp 60 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",
lib/Transforms/IPO/PartialInlining.cpp 1489 INITIALIZE_PASS_BEGIN(PartialInlinerLegacyPass, "partial-inliner",
lib/Transforms/IPO/PruneEH.cpp 54 INITIALIZE_PASS_BEGIN(PruneEH, "prune-eh",
lib/Transforms/IPO/SCCP.cpp 81 INITIALIZE_PASS_BEGIN(IPSCCPLegacyPass, "ipsccp",
lib/Transforms/IPO/SampleProfile.cpp 1668 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp 525 INITIALIZE_PASS_BEGIN(WriteThinLTOBitcode, "write-thinlto-bitcode",
lib/Transforms/IPO/WholeProgramDevirt.cpp 669 INITIALIZE_PASS_BEGIN(WholeProgramDevirt, "wholeprogramdevirt",
lib/Transforms/InstCombine/InstructionCombining.cpp 3624 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1210 INITIALIZE_PASS_BEGIN(
lib/Transforms/Instrumentation/BoundsChecking.cpp 240 INITIALIZE_PASS_BEGIN(BoundsCheckingLegacyPass, "bounds-checking",
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 125 INITIALIZE_PASS_BEGIN(ControlHeightReductionLegacyPass,
lib/Transforms/Instrumentation/GCOVProfiling.cpp 167 INITIALIZE_PASS_BEGIN(
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 331 INITIALIZE_PASS_BEGIN(
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp 150 INITIALIZE_PASS_BEGIN(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
lib/Transforms/Instrumentation/InstrOrderFile.cpp 203 INITIALIZE_PASS_BEGIN(InstrOrderFileLegacyPass, "instrorderfile",
lib/Transforms/Instrumentation/InstrProfiling.cpp 388 INITIALIZE_PASS_BEGIN(
lib/Transforms/Instrumentation/MemorySanitizer.cpp 664 INITIALIZE_PASS_BEGIN(MemorySanitizerLegacyPass, "msan",
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 434 INITIALIZE_PASS_BEGIN(PGOInstrumentationGenLegacyPass, "pgo-instr-gen",
447 INITIALIZE_PASS_BEGIN(PGOInstrumentationUseLegacyPass, "pgo-instr-use",
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp 122 INITIALIZE_PASS_BEGIN(PGOMemOPSizeOptLegacyPass, "pgo-memop-opt",
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 936 INITIALIZE_PASS_BEGIN(ModuleSanitizerCoverageLegacyPass, "sancov",
lib/Transforms/Instrumentation/ThreadSanitizer.cpp 169 INITIALIZE_PASS_BEGIN(ThreadSanitizerLegacyPass, "tsan",
lib/Transforms/ObjCARC/ObjCARCContract.cpp 754 INITIALIZE_PASS_BEGIN(ObjCARCContract, "objc-arc-contract",
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 574 INITIALIZE_PASS_BEGIN(ObjCARCOpt,
lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp 89 INITIALIZE_PASS_BEGIN(PAEval, "pa-eval",
lib/Transforms/Scalar/ADCE.cpp 732 INITIALIZE_PASS_BEGIN(ADCELegacyPass, "adce",
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp 74 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME,
lib/Transforms/Scalar/BDCE.cpp 177 INITIALIZE_PASS_BEGIN(BDCELegacyPass, "bdce",
lib/Transforms/Scalar/CallSiteSplitting.cpp 574 INITIALIZE_PASS_BEGIN(CallSiteSplittingLegacyPass, "callsite-splitting",
lib/Transforms/Scalar/ConstantHoisting.cpp 128 INITIALIZE_PASS_BEGIN(ConstantHoistingLegacyPass, "consthoist",
lib/Transforms/Scalar/ConstantProp.cpp 57 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop",
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 113 INITIALIZE_PASS_BEGIN(CorrelatedValuePropagation, "correlated-propagation",
lib/Transforms/Scalar/DeadStoreElimination.cpp 1386 INITIALIZE_PASS_BEGIN(DSELegacyPass, "dse", "Dead Store Elimination", false,
lib/Transforms/Scalar/DivRemPairs.cpp 349 INITIALIZE_PASS_BEGIN(DivRemPairsLegacyPass, "div-rem-pairs",
lib/Transforms/Scalar/EarlyCSE.cpp 1397 INITIALIZE_PASS_BEGIN(EarlyCSELegacyPass, "early-cse", "Early CSE", false,
1418 INITIALIZE_PASS_BEGIN(EarlyCSEMemSSALegacyPass, "early-cse-memssa",
lib/Transforms/Scalar/FlattenCFGPass.cpp 43 INITIALIZE_PASS_BEGIN(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
lib/Transforms/Scalar/GVN.cpp 2701 INITIALIZE_PASS_BEGIN(GVNLegacyPass, "gvn", "Global Value Numbering", false, false)
lib/Transforms/Scalar/GVNHoist.cpp 1195 INITIALIZE_PASS_BEGIN(GVNHoistLegacyPass, "gvn-hoist",
lib/Transforms/Scalar/GVNSink.cpp 922 INITIALIZE_PASS_BEGIN(GVNSinkLegacyPass, "gvn-sink",
lib/Transforms/Scalar/GuardWidening.cpp 918 INITIALIZE_PASS_BEGIN(GuardWideningLegacyPass, "guard-widening", "Widen guards",
928 INITIALIZE_PASS_BEGIN(LoopGuardWideningLegacyPass, "loop-guard-widening",
lib/Transforms/Scalar/IndVarSimplify.cpp 3190 INITIALIZE_PASS_BEGIN(IndVarSimplifyLegacyPass, "indvars",
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp 264 INITIALIZE_PASS_BEGIN(IRCELegacyPass, "irce",
lib/Transforms/Scalar/InstSimplifyPass.cpp 116 INITIALIZE_PASS_BEGIN(InstSimplifyLegacyPass, "instsimplify",
lib/Transforms/Scalar/JumpThreading.cpp 157 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
lib/Transforms/Scalar/LICM.cpp 305 INITIALIZE_PASS_BEGIN(LegacyLICMPass, "licm", "Loop Invariant Code Motion",
lib/Transforms/Scalar/LoopDataPrefetch.cpp 126 INITIALIZE_PASS_BEGIN(LoopDataPrefetchLegacyPass, "loop-data-prefetch",
lib/Transforms/Scalar/LoopDeletion.cpp 243 INITIALIZE_PASS_BEGIN(LoopDeletionLegacyPass, "loop-deletion",
lib/Transforms/Scalar/LoopDistribute.cpp 1079 INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false,
lib/Transforms/Scalar/LoopFuse.cpp 1625 INITIALIZE_PASS_BEGIN(LoopFuseLegacy, "loop-fusion", "Loop Fusion", false,
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 331 INITIALIZE_PASS_BEGIN(LoopIdiomRecognizeLegacyPass, "loop-idiom",
lib/Transforms/Scalar/LoopInstSimplify.cpp 244 INITIALIZE_PASS_BEGIN(LoopInstSimplifyLegacyPass, "loop-instsimplify",
lib/Transforms/Scalar/LoopInterchange.cpp 1590 INITIALIZE_PASS_BEGIN(LoopInterchange, "loop-interchange",
lib/Transforms/Scalar/LoopLoadElimination.cpp 675 INITIALIZE_PASS_BEGIN(LoopLoadElimination, LLE_OPTION, LLE_name, false, false)
lib/Transforms/Scalar/LoopPredication.cpp 337 INITIALIZE_PASS_BEGIN(LoopPredicationLegacyPass, "loop-predication",
lib/Transforms/Scalar/LoopRerollPass.cpp 488 INITIALIZE_PASS_BEGIN(LoopReroll, "loop-reroll", "Reroll loops", false, false)
lib/Transforms/Scalar/LoopRotation.cpp 113 INITIALIZE_PASS_BEGIN(LoopRotateLegacyPass, "loop-rotate", "Rotate Loops",
lib/Transforms/Scalar/LoopSimplifyCFG.cpp 753 INITIALIZE_PASS_BEGIN(LoopSimplifyCFGLegacyPass, "loop-simplifycfg",
lib/Transforms/Scalar/LoopSink.cpp 378 INITIALIZE_PASS_BEGIN(LegacyLoopSinkPass, "loop-sink", "Loop Sink", false,
lib/Transforms/Scalar/LoopStrengthReduce.cpp 5765 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp 481 INITIALIZE_PASS_BEGIN(LoopUnrollAndJam, "loop-unroll-and-jam",
lib/Transforms/Scalar/LoopUnrollPass.cpp 1265 INITIALIZE_PASS_BEGIN(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
lib/Transforms/Scalar/LoopUnswitch.cpp 388 INITIALIZE_PASS_BEGIN(LoopUnswitch, "loop-unswitch", "Unswitch loops",
lib/Transforms/Scalar/LoopVersioningLICM.cpp 626 INITIALIZE_PASS_BEGIN(LoopVersioningLICM, "loop-versioning-licm",
lib/Transforms/Scalar/MemCpyOptimizer.cpp 289 INITIALIZE_PASS_BEGIN(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",
lib/Transforms/Scalar/MergeICmps.cpp 922 INITIALIZE_PASS_BEGIN(MergeICmpsLegacyPass, "mergeicmps",
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp 408 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotionLegacyPass, "mldst-motion",
lib/Transforms/Scalar/NaryReassociate.cpp 152 INITIALIZE_PASS_BEGIN(NaryReassociateLegacyPass, "nary-reassociate",
lib/Transforms/Scalar/NewGVN.cpp 4211 INITIALIZE_PASS_BEGIN(NewGVNLegacyPass, "newgvn", "Global Value Numbering",
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp 173 INITIALIZE_PASS_BEGIN(PartiallyInlineLibCallsLegacyPass,
lib/Transforms/Scalar/PlaceSafepoints.cpp 604 INITIALIZE_PASS_BEGIN(PlaceBackedgeSafepointsImpl,
614 INITIALIZE_PASS_BEGIN(PlaceSafepoints, "place-safepoints", "Place Safepoints",
lib/Transforms/Scalar/Reg2Mem.cpp 64 INITIALIZE_PASS_BEGIN(RegToMem, "reg2mem", "Demote all values to stack slots",
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 221 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGCLegacyPass,
lib/Transforms/Scalar/SCCP.cpp 1910 INITIALIZE_PASS_BEGIN(SCCPLegacyPass, "sccp",
lib/Transforms/Scalar/SROA.cpp 4652 INITIALIZE_PASS_BEGIN(SROALegacyPass, "sroa",
lib/Transforms/Scalar/Scalarizer.cpp 233 INITIALIZE_PASS_BEGIN(ScalarizerLegacyPass, "scalarizer",
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 465 INITIALIZE_PASS_BEGIN(
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 2981 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",
lib/Transforms/Scalar/SimplifyCFGPass.cpp 280 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
lib/Transforms/Scalar/Sink.cpp 297 INITIALIZE_PASS_BEGIN(SinkingLegacyPass, "sink", "Code sinking", false, false)
lib/Transforms/Scalar/SpeculativeExecution.cpp 130 INITIALIZE_PASS_BEGIN(SpeculativeExecutionLegacyPass, "speculative-execution",
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp 247 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
lib/Transforms/Scalar/StructurizeCFG.cpp 291 INITIALIZE_PASS_BEGIN(StructurizeCFG, "structurizecfg", "Structurize the CFG",
lib/Transforms/Scalar/TailRecursionElimination.cpp 849 INITIALIZE_PASS_BEGIN(TailCallElim, "tailcallelim", "Tail Call Elimination",
lib/Transforms/Scalar/WarnMissedTransforms.cpp 139 INITIALIZE_PASS_BEGIN(WarnMissedTransformationsLegacy, "transform-warning",
lib/Transforms/Utils/AddDiscriminators.cpp 102 INITIALIZE_PASS_BEGIN(AddDiscriminatorsLegacyPass, "add-discriminators",
lib/Transforms/Utils/CanonicalizeAliases.cpp 96 INITIALIZE_PASS_BEGIN(CanonicalizeAliasesLegacyPass, "canonicalize-aliases",
lib/Transforms/Utils/LCSSA.cpp 458 INITIALIZE_PASS_BEGIN(LCSSAWrapperPass, "lcssa", "Loop-Closed SSA Form Pass",
lib/Transforms/Utils/LibCallsShrinkWrap.cpp 65 INITIALIZE_PASS_BEGIN(LibCallsShrinkWrapLegacyPass, "libcalls-shrinkwrap",
lib/Transforms/Utils/LoopSimplify.cpp 782 INITIALIZE_PASS_BEGIN(LoopSimplify, "loop-simplify",
lib/Transforms/Utils/LoopVersioning.cpp 315 INITIALIZE_PASS_BEGIN(LoopVersioningPass, LVER_OPTION, LVer_name, false, false)
lib/Transforms/Utils/LowerSwitch.cpp 134 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
lib/Transforms/Utils/Mem2Reg.cpp 104 INITIALIZE_PASS_BEGIN(PromoteLegacyPass, "mem2reg", "Promote Memory to "
lib/Transforms/Utils/MetaRenamer.cpp 164 INITIALIZE_PASS_BEGIN(MetaRenamer, "metarenamer",
lib/Transforms/Utils/NameAnonGlobals.cpp 111 INITIALIZE_PASS_BEGIN(NameAnonGlobalLegacyPass, "name-anon-globals",
lib/Transforms/Utils/PredicateInfo.cpp 43 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp 235 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
lib/Transforms/Vectorize/LoopVectorize.cpp 6324 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false)
lib/Transforms/Vectorize/SLPVectorizer.cpp 7137 INITIALIZE_PASS_BEGIN(SLPVectorizer, SV_NAME, lv_name, false, false)
tools/polly/lib/Analysis/DependenceInfo.cpp 902 INITIALIZE_PASS_BEGIN(DependenceInfo, "polly-dependences",
956 INITIALIZE_PASS_BEGIN(
tools/polly/lib/Analysis/PolyhedralInfo.cpp 156 INITIALIZE_PASS_BEGIN(PolyhedralInfo, "polyhedral-info",
tools/polly/lib/Analysis/PruneUnprofitable.cpp 101 INITIALIZE_PASS_BEGIN(PruneUnprofitable, "polly-prune-unprofitable",
tools/polly/lib/Analysis/ScopDetection.cpp 1923 INITIALIZE_PASS_BEGIN(ScopDetectionWrapperPass, "polly-detect",
tools/polly/lib/Analysis/ScopInfo.cpp 2704 INITIALIZE_PASS_BEGIN(ScopInfoRegionPass, "polly-scops",
2834 INITIALIZE_PASS_BEGIN(
tools/polly/lib/CodeGen/CodeGeneration.cpp 375 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",
tools/polly/lib/CodeGen/CodegenCleanup.cpp 136 INITIALIZE_PASS_BEGIN(CodegenCleanup, "polly-cleanup",
tools/polly/lib/CodeGen/IslAst.cpp 830 INITIALIZE_PASS_BEGIN(IslAstInfoWrapperPass, "polly-ast",
tools/polly/lib/Exchange/JSONExporter.cpp 815 INITIALIZE_PASS_BEGIN(JSONExporter, "polly-export-jscop",
825 INITIALIZE_PASS_BEGIN(JSONImporter, "polly-import-jscop",
tools/polly/lib/Support/DumpModulePass.cpp 88 INITIALIZE_PASS_BEGIN(DumpModule, "polly-dump-module", "Polly - Dump Module",
tools/polly/lib/Transform/Canonicalization.cpp 96 INITIALIZE_PASS_BEGIN(PollyCanonicalize, "polly-canonicalize",
tools/polly/lib/Transform/CodePreparation.cpp 115 INITIALIZE_PASS_BEGIN(CodePreparation, "polly-prepare",
tools/polly/lib/Transform/DeLICM.cpp 1419 INITIALIZE_PASS_BEGIN(DeLICM, "polly-delicm", "Polly - DeLICM/DePRE", false,
tools/polly/lib/Transform/DeadCodeElimination.cpp 170 INITIALIZE_PASS_BEGIN(DeadCodeElim, "polly-dce",
tools/polly/lib/Transform/FlattenSchedule.cpp 103 INITIALIZE_PASS_BEGIN(FlattenSchedule, "polly-flatten-schedule",
tools/polly/lib/Transform/ForwardOpTree.cpp 965 INITIALIZE_PASS_BEGIN(ForwardOpTree, "polly-optree",
tools/polly/lib/Transform/MaximalStaticExpansion.cpp 479 INITIALIZE_PASS_BEGIN(MaximalStaticExpander, "polly-mse",
tools/polly/lib/Transform/RewriteByReferenceParameters.cpp 95 INITIALIZE_PASS_BEGIN(RewriteByrefParams, "polly-rewrite-byref-params",
tools/polly/lib/Transform/ScheduleOptimizer.cpp 1673 INITIALIZE_PASS_BEGIN(IslScheduleOptimizer, "polly-opt-isl",
tools/polly/lib/Transform/ScopInliner.cpp 111 INITIALIZE_PASS_BEGIN(
tools/polly/lib/Transform/Simplify.cpp 721 INITIALIZE_PASS_BEGIN(Simplify, "polly-simplify", "Polly - Simplify", false,
unittests/Analysis/AliasAnalysisTest.cpp 66 INITIALIZE_PASS_BEGIN(AATestPass, "aa-test-pas", "Alias Analysis Test Pass",
133 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa",
unittests/Analysis/UnrollAnalyzerTest.cpp 323 INITIALIZE_PASS_BEGIN(UnrollAnalyzerTest, "unrollanalyzertestpass",
unittests/IR/LegacyPassManagerTest.cpp 612 INITIALIZE_PASS_BEGIN(CGPass, "cgp","cgp", false, false)
616 INITIALIZE_PASS_BEGIN(LPass, "lp","lp", false, false)