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

1 2 3 4 5

  /external/llvm/lib/Analysis/
PostDominators.cpp 30 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
CallPrinter.cpp 77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false,
81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
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",
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",
InstCount.cpp 70 INITIALIZE_PASS(InstCount, "instcount",
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",
IntervalPartition.cpp 19 INITIALIZE_PASS(IntervalPartition, "intervals",
  /external/llvm/lib/Transforms/IPO/
BarrierNoopPass.cpp 46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
ElimAvailExtern.cpp 45 INITIALIZE_PASS(EliminateAvailableExternally, "elim-avail-extern",
StripDeadPrototypes.cpp 79 INITIALIZE_PASS(StripDeadPrototypesLegacyPass, "strip-dead-prototypes",
  /external/llvm/lib/CodeGen/
MachinePostDominators.cpp 22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
FuncletLayout.cpp 36 INITIALIZE_PASS(FuncletLayout, "funclet-layout",
MIRPrintingPass.cpp 63 INITIALIZE_PASS(MIRPrintingPass, "mir-printer", "MIR Printer", false, false)
MachineFunctionPrinterPass.cpp 55 INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer",
ExpandISelPseudos.cpp 44 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
EdgeBundles.cpp 29 INITIALIZE_PASS(EdgeBundles, "edge-bundles", "Bundle Machine CFG Edges",
  /external/llvm/lib/IR/
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/Target/NVPTX/
NVPTXAllocaHoisting.cpp 67 INITIALIZE_PASS(
NVPTXAssignValidGlobalNames.cpp 49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names",
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 67 INITIALIZE_PASS(DeadInstElimination, "die",
94 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
ADCE.cpp 105 INITIALIZE_PASS(ADCELegacyPass, "adce", "Aggressive Dead Code Elimination",
  /external/llvm/lib/Target/PowerPC/
PPCTOCRegDeps.cpp 150 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 69 INITIALIZE_PASS(ObjCARCExpand,
  /external/llvm/lib/Transforms/Utils/
InstructionNamer.cpp 55 INITIALIZE_PASS(InstNamer, "instnamer",
LowerInvoke.cpp 43 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",

Completed in 253 milliseconds

1 2 3 4 5