Searched refs:INITIALIZE_PASS (Results 1 – 25 of 92) sorted by relevance
1234
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 134 INITIALIZE_PASS(DomViewer, "view-dom", 138 INITIALIZE_PASS(DomOnlyViewer, "view-dom-only", 143 INITIALIZE_PASS(PostDomViewer, "view-postdom", 147 INITIALIZE_PASS(PostDomOnlyViewer, "view-postdom-only", 199 INITIALIZE_PASS(DomPrinter, "dot-dom", 204 INITIALIZE_PASS(DomOnlyPrinter, "dot-dom-only", 210 INITIALIZE_PASS(PostDomPrinter, "dot-postdom", 215 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 | 30 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
|
D | InstCount.cpp | 70 INITIALIZE_PASS(InstCount, "instcount",
|
/external/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 109 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 112 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function", 115 INITIALIZE_PASS(PrintBasicBlockPass, "print-bb", "Print BB to stderr", false,
|
/external/llvm/lib/Analysis/IPA/ |
D | CallPrinter.cpp | 77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false, 81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
|
/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 | BarrierNoopPass.cpp | 46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
|
D | StripDeadPrototypes.cpp | 42 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
|
D | LoopExtractor.cpp | 74 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single", 189 INITIALIZE_PASS(BlockExtractorPass, "extract-blocks",
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 66 INITIALIZE_PASS(DeadInstElimination, "die", 93 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/CodeGen/ |
D | MachinePostDominators.cpp | 22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
|
D | UnreachableBlockElim.cpp | 56 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim", 107 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
|
D | MachineFunctionPrinterPass.cpp | 55 INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer",
|
D | ExpandISelPseudos.cpp | 44 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
|
D | MachineDominators.cpp | 28 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAssignValidGlobalNames.cpp | 49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names",
|
D | NVPTXAllocaHoisting.cpp | 67 INITIALIZE_PASS(
|
/external/llvm/lib/Transforms/Utils/ |
D | InstructionNamer.cpp | 55 INITIALIZE_PASS(InstNamer, "instnamer",
|
D | LowerInvoke.cpp | 43 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCExpand.cpp | 69 INITIALIZE_PASS(ObjCARCExpand,
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.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/Target/Hexagon/ |
D | HexagonRemoveSZExtArgs.cpp | 54 INITIALIZE_PASS(HexagonRemoveExtendArgs, "reargs",
|
1234