HomeSort by relevance Sort by last modified time
    Searched refs:INITIALIZE_PASS (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/llvm/lib/Analysis/
PostDominators.cpp 31 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
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",
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",
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",
InstCount.cpp 69 INITIALIZE_PASS(InstCount, "instcount",
ModuleDebugInfoPrinter.cpp 47 INITIALIZE_PASS(ModuleDebugInfoPrinter, "module-debuginfo",
IntervalPartition.cpp 19 INITIALIZE_PASS(IntervalPartition, "intervals",
  /external/llvm/lib/VMCore/
PrintModulePass.cpp 80 INITIALIZE_PASS(PrintModulePass, "print-module",
83 INITIALIZE_PASS(PrintFunctionPass, "print-function",
  /external/llvm/lib/CodeGen/
MachineDominators.cpp 27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
ExpandISelPseudos.cpp 43 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
LiveStackAnalysis.cpp 28 INITIALIZE_PASS(LiveStacks, "livestacks",
EdgeBundles.cpp 29 INITIALIZE_PASS(EdgeBundles, "edge-bundles", "Bundle Machine CFG Edges",
MachineInstrBundle.cpp 35 INITIALIZE_PASS(UnpackMachineBundles, "unpack-mi-bundles",
86 INITIALIZE_PASS(FinalizeMachineBundles, "finalize-mi-bundles",
UnreachableBlockElim.cpp 58 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim",
112 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
GCMetadata.cpp 57 INITIALIZE_PASS(GCModuleInfo, "collector-metadata",
  /external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp 41 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
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",
LoopExtractor.cpp 73 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
184 INITIALIZE_PASS(BlockExtractorPass, "extract-blocks",
  /external/llvm/lib/Transforms/Utils/
InstructionNamer.cpp 55 INITIALIZE_PASS(InstNamer, "instnamer",
UnifyFunctionExitNodes.cpp 27 INITIALIZE_PASS(UnifyFunctionExitNodes, "mergereturn",
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 60 INITIALIZE_PASS(DeadInstElimination, "die",
87 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
ADCE.cpp 50 INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false)
  /external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp 26 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 49 INITIALIZE_PASS(EdgeProfiler, "insert-edge-profiling",
  /external/llvm/unittests/VMCore/
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)

Completed in 81 milliseconds

1 2 3