/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 | 45 INITIALIZE_PASS(CFGViewer, "view-cfg", "View CFG of function", false, true) 68 INITIALIZE_PASS(CFGOnlyViewer, "view-cfg-only", 102 INITIALIZE_PASS(CFGPrinter, "dot-cfg", "Print CFG of function to 'dot' file", 135 INITIALIZE_PASS(CFGOnlyPrinter, "dot-cfg-only",
|
RegionPrinter.cpp | 174 INITIALIZE_PASS(RegionPrinter, "dot-regions", 177 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function", 180 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only", 198 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/Transforms/IPO/ |
BarrierNoopPass.cpp | 46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
|
StripDeadPrototypes.cpp | 41 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
|
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",
|
/external/llvm/lib/Analysis/IPA/ |
CallPrinter.cpp | 68 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", 73 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
|
FindUsedTypes.cpp | 26 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
|
/external/llvm/lib/CodeGen/ |
MachinePostDominators.cpp | 22 INITIALIZE_PASS(MachinePostDominatorTree, "machinepostdomtree",
|
MachineDominators.cpp | 27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
|
MachineFunctionPrinterPass.cpp | 55 INITIALIZE_PASS(MachineFunctionPrinterPass, "print-machineinstrs",
|
ExpandISelPseudos.cpp | 43 INITIALIZE_PASS(ExpandISelPseudos, "expand-isel-pseudos",
|
EdgeBundles.cpp | 29 INITIALIZE_PASS(EdgeBundles, "edge-bundles", "Bundle Machine CFG Edges",
|
/external/llvm/lib/IR/ |
PrintModulePass.cpp | 104 INITIALIZE_PASS(PrintModulePass, "print-module", 107 INITIALIZE_PASS(PrintFunctionPass, "print-function", 110 INITIALIZE_PASS(PrintBasicBlockPass, "print-bb",
|
/external/llvm/lib/Transforms/Utils/ |
InstructionNamer.cpp | 55 INITIALIZE_PASS(InstNamer, "instnamer",
|
/external/llvm/lib/Transforms/Scalar/ |
DCE.cpp | 62 INITIALIZE_PASS(DeadInstElimination, "die", 89 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/Target/Hexagon/ |
HexagonRemoveSZExtArgs.cpp | 52 INITIALIZE_PASS(HexagonRemoveExtendArgs, "reargs",
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCExpand.cpp | 69 INITIALIZE_PASS(ObjCARCExpand,
|
ObjCARCAPElim.cpp | 55 INITIALIZE_PASS(ObjCARCAPElim,
|
/external/llvm/lib/Transforms/Instrumentation/ |
EdgeProfiling.cpp | 49 INITIALIZE_PASS(EdgeProfiler, "insert-edge-profiling",
|