Searched refs:INITIALIZE_PASS (Results 1 – 25 of 72) sorted by relevance
123
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 120 INITIALIZE_PASS(DomViewer, "view-dom", 124 INITIALIZE_PASS(DomOnlyViewer, "view-dom-only", 129 INITIALIZE_PASS(PostDomViewer, "view-postdom", 133 INITIALIZE_PASS(PostDomOnlyViewer, "view-postdom-only", 177 INITIALIZE_PASS(DomPrinter, "dot-dom", 182 INITIALIZE_PASS(DomOnlyPrinter, "dot-dom-only", 188 INITIALIZE_PASS(PostDomPrinter, "dot-postdom", 193 INITIALIZE_PASS(PostDomOnlyPrinter, "dot-postdom-only",
|
D | CFGPrinter.cpp | 46 INITIALIZE_PASS(CFGViewer, "view-cfg", "View CFG of function", false, true) 69 INITIALIZE_PASS(CFGOnlyViewer, "view-cfg-only", 103 INITIALIZE_PASS(CFGPrinter, "dot-cfg", "Print CFG of function to 'dot' file", 136 INITIALIZE_PASS(CFGOnlyPrinter, "dot-cfg-only",
|
D | RegionPrinter.cpp | 174 INITIALIZE_PASS(RegionPrinter, "dot-regions", 177 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function", 180 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only", 198 INITIALIZE_PASS(RegionOnlyPrinter, "dot-regions-only",
|
D | PostDominators.cpp | 31 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
|
D | InstCount.cpp | 69 INITIALIZE_PASS(InstCount, "instcount",
|
D | ModuleDebugInfoPrinter.cpp | 47 INITIALIZE_PASS(ModuleDebugInfoPrinter, "module-debuginfo",
|
D | IntervalPartition.cpp | 19 INITIALIZE_PASS(IntervalPartition, "intervals",
|
/external/llvm/lib/VMCore/ |
D | PrintModulePass.cpp | 80 INITIALIZE_PASS(PrintModulePass, "print-module", 83 INITIALIZE_PASS(PrintFunctionPass, "print-function",
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 62 INITIALIZE_PASS(DeadInstElimination, "die", 89 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
|
D | ADCE.cpp | 50 INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false)
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 101 INITIALIZE_PASS(StripSymbols, "strip", 109 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug", 118 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare", 126 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
|
D | StripDeadPrototypes.cpp | 41 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
|
D | LoopExtractor.cpp | 73 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single", 185 INITIALIZE_PASS(BlockExtractorPass, "extract-blocks",
|
/external/llvm/lib/CodeGen/ |
D | MachineDominators.cpp | 27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
|
D | MachineFunctionPrinterPass.cpp | 55 INITIALIZE_PASS(MachineFunctionPrinterPass, "print-machineinstrs",
|
D | UnreachableBlockElim.cpp | 58 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim", 112 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
|
D | ExpandISelPseudos.cpp | 43 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
|
D | LiveStackAnalysis.cpp | 28 INITIALIZE_PASS(LiveStacks, "livestacks",
|
D | MachineInstrBundle.cpp | 35 INITIALIZE_PASS(UnpackMachineBundles, "unpack-mi-bundles", 86 INITIALIZE_PASS(FinalizeMachineBundles, "finalize-mi-bundles",
|
D | EdgeBundles.cpp | 29 INITIALIZE_PASS(EdgeBundles, "edge-bundles", "Bundle Machine CFG Edges",
|
/external/llvm/lib/Transforms/Utils/ |
D | InstructionNamer.cpp | 55 INITIALIZE_PASS(InstNamer, "instnamer",
|
D | UnifyFunctionExitNodes.cpp | 27 INITIALIZE_PASS(UnifyFunctionExitNodes, "mergereturn",
|
/external/llvm/unittests/VMCore/ |
D | PassManagerTest.cpp | 540 INITIALIZE_PASS(ModuleNDM, "mndm", "mndm", false, false) 544 INITIALIZE_PASS(FPass, "fp","fp", false, false) 548 INITIALIZE_PASS(BPass, "bp","bp", false, false)
|
/external/llvm/lib/Analysis/IPA/ |
D | FindUsedTypes.cpp | 26 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EdgeProfiling.cpp | 49 INITIALIZE_PASS(EdgeProfiler, "insert-edge-profiling",
|
123