Home
last modified time | relevance | path

Searched refs:INITIALIZE_PASS (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/lib/Analysis/
DDomPrinter.cpp134 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",
DCFGPrinter.cpp46 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",
DRegionPrinter.cpp176 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",
DPostDominators.cpp30 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
DInstCount.cpp70 INITIALIZE_PASS(InstCount, "instcount",
/external/llvm/lib/IR/
DIRPrintingPasses.cpp109 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/
DCallPrinter.cpp77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false,
81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp101 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",
DBarrierNoopPass.cpp46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
DStripDeadPrototypes.cpp42 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
DLoopExtractor.cpp74 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
189 INITIALIZE_PASS(BlockExtractorPass, "extract-blocks",
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp66 INITIALIZE_PASS(DeadInstElimination, "die",
93 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
DADCE.cpp50 INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false)
/external/llvm/lib/CodeGen/
DMachinePostDominators.cpp22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
DUnreachableBlockElim.cpp56 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim",
107 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
DMachineFunctionPrinterPass.cpp55 INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer",
DExpandISelPseudos.cpp44 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
DMachineDominators.cpp28 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
/external/llvm/lib/Target/NVPTX/
DNVPTXAssignValidGlobalNames.cpp49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names",
DNVPTXAllocaHoisting.cpp67 INITIALIZE_PASS(
/external/llvm/lib/Transforms/Utils/
DInstructionNamer.cpp55 INITIALIZE_PASS(InstNamer, "instnamer",
DLowerInvoke.cpp43 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp69 INITIALIZE_PASS(ObjCARCExpand,
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp540 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/
DHexagonRemoveSZExtArgs.cpp54 INITIALIZE_PASS(HexagonRemoveExtendArgs, "reargs",

1234