LLVM  4.0.0
LinkAllPasses.h
Go to the documentation of this file.
1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This header file pulls in all transformation and analysis passes for tools
11 // like opt and bugpoint that need this functionality.
12 //
13 //===----------------------------------------------------------------------===//
14 
15 #ifndef LLVM_LINKALLPASSES_H
16 #define LLVM_LINKALLPASSES_H
17 
18 #include "llvm/ADT/Statistic.h"
28 #include "llvm/Analysis/Lint.h"
29 #include "llvm/Analysis/Passes.h"
38 #include "llvm/CodeGen/Passes.h"
39 #include "llvm/IR/Function.h"
41 #include "llvm/Transforms/IPO.h"
46 #include "llvm/Transforms/Scalar.h"
51 #include "llvm/Support/Valgrind.h"
52 #include <cstdlib>
53 
54 namespace {
55  struct ForcePassLinking {
56  ForcePassLinking() {
57  // We must reference the passes in such a way that compilers will not
58  // delete it all as dead code, even with whole program optimization,
59  // yet is effectively a NO-OP. As the compiler isn't smart enough
60  // to know that getenv() never returns -1, this will do the job.
61  if (std::getenv("bar") != (char*) -1)
62  return;
63 
64  (void) llvm::createAAEvalPass();
103  (void) llvm::createGlobalDCEPass();
108  (void) llvm::createIPSCCPPass();
113  (void) llvm::createLCSSAPass();
114  (void) llvm::createLICMPass();
115  (void) llvm::createLoopSinkPass();
126  (void) llvm::createLoopIdiomPass();
137  (void) llvm::createPAEvalPass();
140  (void) llvm::createPruneEHPass();
151  (void) llvm::createSCCPPass();
152  (void) llvm::createSafeStackPass();
153  (void) llvm::createSROAPass();
162  (void) llvm::createInstCountPass();
166  (void) llvm::createEarlyCSEPass();
167  (void) llvm::createGVNHoistPass();
169  (void) llvm::createGVNPass();
170  (void) llvm::createNewGVNPass();
171  (void) llvm::createMemCpyOptPass();
173  (void) llvm::createPostDomTree();
179  std::string buf;
180  llvm::raw_string_ostream os(buf);
181  (void) llvm::createPrintModulePass(os);
186  (void) llvm::createLintPass();
187  (void) llvm::createSinkingPass();
190  (void) llvm::createMemDepPrinter();
204  (void) llvm::createFloat2IntPass();
206 
207  (void)new llvm::IntervalPartition();
212  llvm::TargetLibraryInfo TLI(TLII);
213  llvm::AliasAnalysis AA(TLI);
215  X.add(nullptr, 0, llvm::AAMDNodes()); // for -print-alias-sets
218  }
219  } ForcePassLinking; // Force link by creating a global definition.
220 }
221 
222 #endif
FunctionPass * createSpeculativeExecutionPass()
FunctionPass * createRegionViewerPass()
FunctionPass * createInstCountPass()
FunctionPass * createStraightLineStrengthReducePass()
FunctionPass * createGVNPass(bool NoLoads=false)
Create a legacy GVN pass.
Definition: GVN.cpp:2797
FunctionPass * createCodeGenPreparePass(const TargetMachine *TM=nullptr)
createCodeGenPreparePass - Transform the code to expose more pattern matching during instruction sele...
FunctionPass * createDomOnlyViewerPass()
Definition: DomPrinter.cpp:264
FunctionPass * createDependenceAnalysisWrapperPass()
createDependenceAnalysisPass - This creates an instance of the DependenceAnalysis wrapper pass...
Pass * createLoopRerollPass()
ModulePass * createIPConstantPropagationPass()
createIPConstantPropagationPass - This pass propagates constants from call sites into the bodies of f...
Pass * createLoopSimplifyPass()
ModulePass * createStripDeadPrototypesPass()
createStripDeadPrototypesPass - This pass removes any function declarations (prototypes) that are not...
ModulePass * createPGOInstrumentationGenLegacyPass()
FunctionPass * createBoundsCheckingPass()
Pass * createLoopStrengthReducePass()
FunctionPass * createPostDomPrinterPass()
Definition: DomPrinter.cpp:268
This is the interface for LLVM's inclusion-based alias analysis implemented with CFL graph reachabili...
FunctionPass * createLowerSwitchPass()
This is the interface for a simple mod/ref and alias analysis over globals.
Pass * createDeadInstEliminationPass()
ModulePass * createGCOVProfilerPass(const GCOVOptions &Options=GCOVOptions::getDefault())
ModulePass * createMergeFunctionsPass()
createMergeFunctionsPass - This pass discovers identical functions and collapses them.
This file implements a simple N^2 alias analysis accuracy evaluator.
void viewCFGOnly() const
viewCFGOnly - This function is meant for use from the debugger.
Definition: CFGPrinter.cpp:173
This is the interface for a metadata-based scoped no-alias analysis.
FunctionPass * createPrintFunctionPass(raw_ostream &OS, const std::string &Banner="")
Create and return a pass that prints functions to the specified raw_ostream as they are processed...
ModulePass * createIPSCCPPass()
createIPSCCPPass - This pass propagates constants from call sites into the bodies of functions...
Definition: SCCP.cpp:1955
FunctionPass * createFloat2IntPass()
Definition: Float2Int.cpp:514
FunctionPass * createRegionInfoPass()
Definition: RegionInfo.cpp:175
Externally visible function.
Definition: GlobalValue.h:49
Pass * createLCSSAPass()
Definition: LCSSA.cpp:378
Implementation of the target library information.
Pass * createSingleLoopExtractorPass()
createSingleLoopExtractorPass - This pass extracts one natural loop from the program into a function ...
FunctionPass * createAAEvalPass()
Create a wrapper of the above for the legacy pass manager.
ModulePass * createEliminateAvailableExternallyPass()
This transform is designed to eliminate available external globals (functions or global variables) ...
FunctionPass * createGVNHoistPass()
Definition: GVNHoist.cpp:1001
FunctionPass * createDemoteRegisterToMemoryPass()
Definition: Reg2Mem.cpp:126
ModulePass * createInstrProfilingLegacyPass(const InstrProfOptions &Options=InstrProfOptions())
Insert frontend instrumentation based profiling.
The pass manager to schedule RegionPasses.
Definition: RegionPass.h:84
ImmutablePass * createScopedNoAliasAAWrapperPass()
FunctionPass * createAlignmentFromAssumptionsPass()
FunctionPass * createJumpThreadingPass(int Threshold=-1)
ModulePass * createCallGraphDOTPrinterPass()
Definition: CallPrinter.cpp:90
FunctionPass * createRegionOnlyViewerPass()
ModulePass * createStripNonDebugSymbolsPass()
ModulePass * createStripDeadDebugInfoPass()
ModulePass * createPartialInliningPass()
createPartialInliningPass - This pass inlines parts of functions.
This is the interface for a SCEV-based alias analysis.
FunctionPass * createLowerInvokePass()
Definition: LowerInvoke.cpp:84
FunctionPass * createDomViewerPass()
Definition: DomPrinter.cpp:260
Pass * createLoadStoreVectorizerPass()
FunctionPass * createDivergenceAnalysisPass()
FunctionPass * createConstantPropagationPass()
FunctionPass * createReassociatePass()
Pass * createArgumentPromotionPass(unsigned maxElements=3)
createArgumentPromotionPass - This pass promotes "by reference" arguments to be passed by value if th...
FunctionPass * createSinkingPass()
Definition: Sink.cpp:306
FunctionPass * createCountingFunctionInserterPass()
Insert mcount-like function calls.
FunctionPass * createSCCPPass()
Definition: SCCP.cpp:1646
FunctionPass * createPartiallyInlineLibCallsPass()
Pass * createObjCARCAPElimPass()
FunctionPass * createDeadCodeEliminationPass()
Definition: DCE.cpp:158
Pass * createObjCARCContractPass()
FunctionPass * createSCEVAAWrapperPass()
Creates an instance of SCEVAAWrapperPass.
Pass * createLoopUnswitchPass(bool OptimizeForSize=false)
Pass * createLoopVectorizePass(bool NoUnrolling=false, bool AlwaysVectorize=true)
FunctionPass * createRegionOnlyPrinterPass()
Pass * createUnifyFunctionExitNodesPass()
FunctionPass * createNewGVNPass()
Definition: NewGVN.cpp:372
FunctionPass * createInstructionCombiningPass(bool ExpensiveCombines=true)
ModulePass * createGlobalDCEPass()
createGlobalDCEPass - This transform is designed to eliminate unreachable internal globals (functions...
FunctionPass * createLazyValueInfoPass()
createLazyValueInfoPass - This creates an instance of the LazyValueInfo pass.
Pass * createCorrelatedValuePropagationPass()
This is the interface for LLVM's unification-based alias analysis implemented with CFL graph reachabi...
FunctionPass * createDomPrinterPass()
FunctionPass * createMemDepPrinter()
FunctionPass * createSeparateConstOffsetFromGEPPass(const TargetMachine *TM=nullptr, bool LowerGEP=false)
This is the interface for a metadata-based TBAA.
Pass * createObjCARCExpandPass()
FunctionPass * createTailCallEliminationPass()
Pass * createFunctionImportPass()
This pass performs iterative function importing from other modules.
This file provides the interface for LLVM's Global Value Numbering pass which eliminates fully redund...
FunctionPass * createPromoteMemoryToRegisterPass()
Definition: Mem2Reg.cpp:105
FunctionPass * createRegionPrinterPass()
ModulePass * createDeadArgEliminationPass()
createDeadArgEliminationPass - This pass removes arguments from functions which are not used by the b...
FunctionPass * createBreakCriticalEdgesPass()
FunctionPass * createCFGSimplificationPass(int Threshold=-1, std::function< bool(const Function &)> Ftor=nullptr)
Pass * createLICMPass()
Definition: LICM.cpp:217
FunctionPass * createDeadStoreEliminationPass()
ModulePass * createPGOInstrumentationUseLegacyPass(StringRef Filename=StringRef(""))
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang","erlang-compatible garbage collector")
ModulePass * createPGOIndirectCallPromotionLegacyPass(bool InLTO=false)
FunctionPass * createMemCpyOptPass()
The public interface to this file...
FunctionPass * createBitTrackingDCEPass()
Definition: BDCE.cpp:118
Pass * createAlwaysInlinerLegacyPass(bool InsertLifetime=true)
Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inli...
ModulePass * createConstantMergePass()
createConstantMergePass - This function returns a new pass that merges duplicate global constants tog...
Pass * createLoopSinkPass()
FunctionPass * createSafeStackPass(const TargetMachine *TM=nullptr)
This pass splits the stack into a safe stack and an unsafe stack to protect against stack-based overf...
Definition: SafeStack.cpp:799
ModulePass * createGlobalOptimizerPass()
createGlobalOptimizerPass - This function returns a new pass that optimizes non-address taken interna...
Definition: GlobalOpt.cpp:2599
Pass * createReversePostOrderFunctionAttrsPass()
createReversePostOrderFunctionAttrsPass - This pass walks SCCs of the call graph in RPO to deduce and...
Pass * createPostOrderFunctionAttrsLegacyPass()
Create a legacy pass manager instance of a pass to compute function attrs in post-order.
Pass * createLoopVersioningLICMPass()
FunctionPass * createLintPass()
Create a lint pass.
Definition: Lint.cpp:717
Provides passes to inlining "always_inline" functions.
FunctionPass * createDomOnlyPrinterPass()
Definition: DomPrinter.cpp:256
Pass * createLoopInterchangePass()
ModulePass * createInternalizePass(std::function< bool(const GlobalValue &)> MustPreserveGV)
createInternalizePass - This pass loops over all of the functions in the input module, internalizing all globals (functions and variables) it can.
Provides information about what library functions are available for the current target.
A collection of metadata nodes that might be associated with a memory access used by the alias-analys...
Definition: Metadata.h:625
Pass * createLoopUnrollPass(int Threshold=-1, int Count=-1, int AllowPartial=-1, int Runtime=-1, int UpperBound=-1)
Pass * createLoopSimplifyCFGPass()
Pass * createLowerAtomicPass()
BasicBlockPass * createPrintBasicBlockPass(raw_ostream &OS, const std::string &Banner="")
Create and return a pass that writes the BB to the specified raw_ostream.
FunctionPass * createSpeculativeExecutionIfHasBranchDivergencePass()
ModulePass * createRewriteSymbolsPass()
FunctionPass * createPostDomViewerPass()
Definition: DomPrinter.cpp:276
Pass * createLoopExtractorPass()
createLoopExtractorPass - This pass extracts all natural loops from the program into a function if it...
FunctionPass * createMergedLoadStoreMotionPass()
createMergedLoadStoreMotionPass - The public interface to this file.
FunctionPass * createPAEvalPass()
FunctionPass * createLibCallsShrinkWrapPass()
Pass * createLoopDeletionPass()
FunctionPass * createBasicAAWrapperPass()
Pass * createObjCARCOptPass()
bool RunningOnValgrind()
Definition: Valgrind.cpp:33
BasicBlockPass * createBBVectorizePass(const VectorizeConfig &C=VectorizeConfig())
Pass * createLoopIdiomPass()
ModulePass * createModuleDebugInfoPrinterPass()
ModulePass * createGlobalsAAWrapperPass()
FunctionPass * createSROAPass()
Definition: SROA.cpp:4283
FunctionPass * createInstructionNamerPass()
Provides passes for computing function attributes based on interprocedural analyses.
ImmutablePass * createCFLSteensAAWrapperPass()
FunctionPass * createPostDomOnlyViewerPass()
Definition: DomPrinter.cpp:280
FunctionPass * createCostModelAnalysisPass()
Definition: CostModel.cpp:75
ImmutablePass * createTypeBasedAAWrapperPass()
FunctionPass * createPostDomOnlyPrinterPass()
Definition: DomPrinter.cpp:272
Pass * createSLPVectorizerPass()
ModulePass * createPrintModulePass(raw_ostream &OS, const std::string &Banner="", bool ShouldPreserveUseListOrder=false)
Create and return a pass that writes the module to the specified raw_ostream.
This file defines passes to print out IR in various granularities.
FunctionPass * createPostDomTree()
A raw_ostream that writes to an std::string.
Definition: raw_ostream.h:463
Pass * createFunctionInliningPass()
createFunctionInliningPass - Return a new pass object that uses a heuristic to inline direct function...
Pass * createPruneEHPass()
createPruneEHPass - Return a new pass object which transforms invoke instructions into calls...
Definition: PruneEH.cpp:62
ModulePass * createStripSymbolsPass(bool OnlyDebugInfo=false)
FunctionPass * createGuardWideningPass()
FunctionPass * createEarlyCSEPass(bool UseMemorySSA=false)
Definition: EarlyCSE.cpp:1050
FunctionPass * createScalarizerPass()
Definition: Scalarizer.cpp:757
This is the interface for LLVM's primary stateless and local alias analysis.
static Function * Create(FunctionType *Ty, LinkageTypes Linkage, const Twine &N="", Module *M=nullptr)
Definition: Function.h:117
ImmutablePass * createCFLAndersAAWrapperPass()
FunctionPass * createInstructionSimplifierPass()
Pass * createStructurizeCFGPass(bool SkipUniformRegions=false)
When SkipUniformRegions is true the structizer will not structurize regions that only contain uniform...
FunctionPass * createMemDerefPrinter()
bool AreStatisticsEnabled()
Check if statistics are enabled.
Definition: Statistic.cpp:112
ModulePass * createMetaRenamerPass()
Pass * createLoopRotatePass(int MaxHeaderSize=-1)
Pass * createIndVarSimplifyPass()
Pass * createInductiveRangeCheckEliminationPass()
FunctionPass * createAggressiveDCEPass()
Definition: ADCE.cpp:683
FunctionPass * createLowerExpectIntrinsicPass()
ImmutablePass * createObjCARCAAWrapperPass()
ModulePass * createCallGraphViewerPass()
FunctionPass * createConstantHoistingPass()
FunctionPass * createNaryReassociatePass()