/external/swiftshader/third_party/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 | 176 INITIALIZE_PASS(RegionPrinter, "dot-regions", 179 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function", 182 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only", 200 INITIALIZE_PASS(RegionOnlyPrinter, "dot-regions-only",
|
D | PostDominators.cpp | 31 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 150 INITIALIZE_PASS(DomViewer, "view-dom", 154 INITIALIZE_PASS(DomOnlyViewer, "view-dom-only", 159 INITIALIZE_PASS(PostDomViewer, "view-postdom", 163 INITIALIZE_PASS(PostDomOnlyViewer, "view-postdom-only", 227 INITIALIZE_PASS(DomPrinter, "dot-dom", 232 INITIALIZE_PASS(DomOnlyPrinter, "dot-dom-only", 238 INITIALIZE_PASS(PostDomPrinter, "dot-postdom", 243 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 | 201 INITIALIZE_PASS(RegionPrinter, "dot-regions", 204 INITIALIZE_PASS( 209 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function", 212 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only",
|
D | CallPrinter.cpp | 77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false, 81 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",
|
D | CFLAndersAliasAnalysis.cpp | 45 INITIALIZE_PASS(CFLAndersAAWrapperPass, "cfl-anders-aa",
|
D | PostDominators.cpp | 31 INITIALIZE_PASS(PostDominatorTreeWrapperPass, "postdomtree",
|
/external/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 119 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 122 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function", 125 INITIALIZE_PASS(PrintBasicBlockPass, "print-bb", "Print BB to stderr", false,
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 100 INITIALIZE_PASS(StripSymbols, "strip", 108 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug", 117 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare", 125 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
|
D | BarrierNoopPass.cpp | 46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | PrintModulePass.cpp | 80 INITIALIZE_PASS(PrintModulePass, "print-module", 83 INITIALIZE_PASS(PrintFunctionPass, "print-function",
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | DCE.cpp | 60 INITIALIZE_PASS(DeadInstElimination, "die", 87 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 68 INITIALIZE_PASS(DeadInstElimination, "die", 156 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false)
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 100 INITIALIZE_PASS(StripSymbols, "strip", 108 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug", 117 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare", 125 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
|
D | StripDeadPrototypes.cpp | 41 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
|
/external/llvm/lib/CodeGen/ |
D | MachinePostDominators.cpp | 22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
|
D | UnreachableBlockElim.cpp | 92 INITIALIZE_PASS(UnreachableBlockElimLegacyPass, "unreachableblockelim", 121 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
|
D | TailDuplication.cpp | 43 INITIALIZE_PASS(TailDuplicatePass, "tailduplication", "Tail Duplication", false,
|
D | MachineFunctionPrinterPass.cpp | 57 INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer",
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 58 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim", 112 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
|
D | MachineDominators.cpp | 27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
|
/external/llvm/lib/Transforms/Utils/ |
D | InstructionNamer.cpp | 55 INITIALIZE_PASS(InstNamer, "instnamer",
|