Searched refs:INITIALIZE_PASS (Results 1 - 25 of 88) sorted by relevance

1234

/external/llvm/lib/Analysis/
H A DPostDominators.cpp30 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
H A 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",
H A DJumpInstrTableInfo.cpp23 INITIALIZE_PASS(JumpInstrTableInfo, "jump-instr-table-info",
H A 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",
H A DRegionPrinter.cpp173 INITIALIZE_PASS(RegionPrinter, "dot-regions",
176 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function",
179 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only",
197 INITIALIZE_PASS(RegionOnlyPrinter, "dot-regions-only",
H A DInstCount.cpp70 INITIALIZE_PASS(InstCount, "instcount",
H A DModuleDebugInfoPrinter.cpp46 INITIALIZE_PASS(ModuleDebugInfoPrinter, "module-debuginfo",
H A DIntervalPartition.cpp19 INITIALIZE_PASS(IntervalPartition, "intervals",
/external/llvm/lib/Transforms/IPO/
H A DBarrierNoopPass.cpp46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
H A DStripDeadPrototypes.cpp42 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false,
81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
H A DFindUsedTypes.cpp25 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
/external/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
H A DMachineDominators.cpp27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
H A DMachineFunctionPrinterPass.cpp55 INITIALIZE_PASS(MachineFunctionPrinterPass, "print-machineinstrs",
H A DExpandISelPseudos.cpp44 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
H A DEdgeBundles.cpp29 INITIALIZE_PASS(EdgeBundles, "edge-bundles", "Bundle Machine CFG Edges",
H A DStackMapLivenessAnalysis.cpp44 INITIALIZE_PASS(StackMapLiveness, "stackmap-liveness",
/external/llvm/lib/IR/
H A DIRPrintingPasses.cpp105 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
108 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
111 INITIALIZE_PASS(PrintBasicBlockPass, "print-bb", "Print BB to stderr", false,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAssignValidGlobalNames.cpp49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names",
/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp65 INITIALIZE_PASS(DeadInstElimination, "die",
92 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp53 INITIALIZE_PASS(HexagonRemoveExtendArgs, "reargs",
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp69 INITIALIZE_PASS(ObjCARCExpand,
/external/llvm/lib/Transforms/Utils/
H A DInstructionNamer.cpp55 INITIALIZE_PASS(InstNamer, "instnamer",
H A DLowerInvoke.cpp43 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",

Completed in 187 milliseconds

1234