2003-09-30 18:37:50 +00:00
|
|
|
//===-- Scalar.h - Scalar Transformations -----------------------*- C++ -*-===//
|
2005-04-21 20:59:05 +00:00
|
|
|
//
|
2003-10-20 20:19:47 +00:00
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-29 19:59:42 +00:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2005-04-21 20:59:05 +00:00
|
|
|
//
|
2003-10-20 20:19:47 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
|
|
|
// This header file defines prototypes for accessor functions that expose passes
|
|
|
|
// in the Scalar transformations library.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifndef LLVM_TRANSFORMS_SCALAR_H
|
|
|
|
#define LLVM_TRANSFORMS_SCALAR_H
|
|
|
|
|
2003-11-11 22:41:34 +00:00
|
|
|
namespace llvm {
|
|
|
|
|
2003-08-13 18:18:15 +00:00
|
|
|
class FunctionPass;
|
2007-03-06 21:14:09 +00:00
|
|
|
class LoopPass;
|
2007-01-25 23:23:25 +00:00
|
|
|
class Pass;
|
2002-09-16 16:07:19 +00:00
|
|
|
class GetElementPtrInst;
|
2002-09-24 15:42:27 +00:00
|
|
|
class PassInfo;
|
2002-10-08 21:06:27 +00:00
|
|
|
class TerminatorInst;
|
2006-03-13 23:14:23 +00:00
|
|
|
class TargetLowering;
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// ConstantPropagation - A worklist driven constant propagation pass
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createConstantPropagationPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// SCCP - Sparse conditional constant propagation.
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createSCCPPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// DeadInstElimination - This pass quickly removes trivially dead instructions
|
|
|
|
// without modifying the CFG of the function. It is a BasicBlockPass, so it
|
|
|
|
// runs efficiently when queued next to other BasicBlockPass's.
|
|
|
|
//
|
2007-01-25 23:23:25 +00:00
|
|
|
Pass *createDeadInstEliminationPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// DeadCodeElimination - This pass is more powerful than DeadInstElimination,
|
|
|
|
// because it is worklist driven that can potentially revisit instructions when
|
|
|
|
// their other instructions become dead, to eliminate chains of dead
|
|
|
|
// computations.
|
|
|
|
//
|
2004-07-27 17:43:21 +00:00
|
|
|
FunctionPass *createDeadCodeEliminationPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
2004-07-22 08:07:30 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// DeadStoreElimination - This pass deletes stores that are post-dominated by
|
|
|
|
// must-aliased stores and are not loaded used between the stores.
|
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createDeadStoreEliminationPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2002-05-07 22:12:52 +00:00
|
|
|
// AggressiveDCE - This pass uses the SSA based Aggressive DCE algorithm. This
|
2002-05-07 19:37:18 +00:00
|
|
|
// algorithm assumes instructions are dead until proven otherwise, which makes
|
|
|
|
// it more successful are removing non-obviously dead instructions.
|
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createAggressiveDCEPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
2003-05-27 15:52:45 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// ScalarReplAggregates - Break up alloca's of aggregates into multiple allocas
|
|
|
|
// if possible.
|
2003-05-27 15:52:45 +00:00
|
|
|
//
|
2007-07-09 21:19:23 +00:00
|
|
|
FunctionPass *createScalarReplAggregatesPass(signed Threshold = -1);
|
2003-05-27 15:52:45 +00:00
|
|
|
|
2002-05-07 19:37:18 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// InductionVariableSimplify - Transform induction variables in a program to all
|
2003-09-10 05:29:43 +00:00
|
|
|
// use a single canonical induction variable per loop.
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
2007-03-07 06:39:01 +00:00
|
|
|
LoopPass *createIndVarSimplifyPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// InstructionCombining - Combine instructions to form fewer, simple
|
2006-10-13 20:53:50 +00:00
|
|
|
// instructions. This pass does not modify the CFG, and has a tendency to make
|
|
|
|
// instructions dead, so a subsequent DCE pass is useful.
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
|
|
|
// This pass combines things like:
|
|
|
|
// %Y = add int 1, %X
|
|
|
|
// %Z = add int 1, %Y
|
|
|
|
// into:
|
|
|
|
// %Z = add int 2, %X
|
|
|
|
//
|
2004-07-27 17:43:21 +00:00
|
|
|
FunctionPass *createInstructionCombiningPass();
|
2002-05-07 19:37:18 +00:00
|
|
|
|
2002-05-10 22:44:16 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2004-04-18 05:20:32 +00:00
|
|
|
// LICM - This pass is a loop invariant code motion and memory promotion pass.
|
2002-05-10 22:44:16 +00:00
|
|
|
//
|
2007-03-07 04:41:30 +00:00
|
|
|
LoopPass *createLICMPass();
|
2002-05-10 22:44:16 +00:00
|
|
|
|
2004-10-18 21:08:22 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// LoopStrengthReduce - This pass is strength reduces GEP instructions that use
|
2006-03-16 21:53:05 +00:00
|
|
|
// a loop's canonical induction variable as one of their indices. It takes an
|
|
|
|
// optional parameter used to consult the target machine whether certain
|
|
|
|
// transformations are profitable.
|
|
|
|
//
|
2007-03-31 04:06:36 +00:00
|
|
|
LoopPass *createLoopStrengthReducePass(const TargetLowering *TLI = 0);
|
2002-05-10 22:44:16 +00:00
|
|
|
|
2004-04-19 06:28:37 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// LoopUnswitch - This pass is a simple loop unswitching pass.
|
|
|
|
//
|
2007-06-06 00:49:02 +00:00
|
|
|
LoopPass *createLoopUnswitchPass(bool OptimizeForSize = false);
|
2004-04-19 06:28:37 +00:00
|
|
|
|
2004-04-18 05:20:32 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// LoopUnroll - This pass is a simple loop unrolling pass.
|
|
|
|
//
|
2007-03-07 01:38:05 +00:00
|
|
|
LoopPass *createLoopUnrollPass();
|
2004-04-18 05:20:32 +00:00
|
|
|
|
2007-04-07 01:25:15 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// LoopRotate - This pass is a simple loop rotating pass.
|
|
|
|
//
|
|
|
|
LoopPass *createLoopRotatePass();
|
|
|
|
|
2007-08-07 00:25:56 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2007-08-07 23:16:03 +00:00
|
|
|
// LoopIndexSplit - This pass divides loop's iteration range by spliting loop
|
|
|
|
// such that each individual loop is executed efficiently.
|
2007-08-07 00:25:56 +00:00
|
|
|
//
|
|
|
|
LoopPass *createLoopIndexSplitPass();
|
|
|
|
|
2002-05-07 19:37:18 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// PromoteMemoryToRegister - This pass is used to promote memory references to
|
|
|
|
// be register references. A simple example of the transformation performed by
|
|
|
|
// this pass is:
|
2002-05-07 19:37:18 +00:00
|
|
|
//
|
|
|
|
// FROM CODE TO CODE
|
|
|
|
// %X = alloca int, uint 1 ret int 42
|
|
|
|
// store int 42, int *%X
|
|
|
|
// %Y = load int* %X
|
|
|
|
// ret int %Y
|
|
|
|
//
|
2005-03-28 02:01:12 +00:00
|
|
|
FunctionPass *createPromoteMemoryToRegisterPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const PromoteMemoryToRegisterID;
|
2002-05-07 19:37:18 +00:00
|
|
|
|
2005-11-10 01:58:38 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// DemoteRegisterToMemoryPass - This pass is used to demote registers to memory
|
|
|
|
// references. In basically undoes the PromoteMemoryToRegister pass to make cfg
|
|
|
|
// hacking easier.
|
|
|
|
//
|
2005-11-10 01:58:38 +00:00
|
|
|
FunctionPass *createDemoteRegisterToMemoryPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const DemoteRegisterToMemoryID;
|
2002-05-07 19:37:18 +00:00
|
|
|
|
2002-05-08 22:19:01 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// Reassociate - This pass reassociates commutative expressions in an order that
|
|
|
|
// is designed to promote better constant propagation, GCSE, LICM, PRE...
|
2002-05-08 22:19:01 +00:00
|
|
|
//
|
|
|
|
// For example: 4 + (x + 5) -> x + (4 + 5)
|
|
|
|
//
|
2003-11-07 17:19:39 +00:00
|
|
|
FunctionPass *createReassociatePass();
|
2002-05-08 22:19:01 +00:00
|
|
|
|
2006-10-13 20:53:50 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// CondPropagationPass - This pass propagates information about conditional
|
|
|
|
// expressions through the program, allowing it to eliminate conditional
|
|
|
|
// branches in some cases.
|
2005-04-15 19:24:49 +00:00
|
|
|
//
|
|
|
|
FunctionPass *createCondPropagationPass();
|
|
|
|
|
2003-06-22 20:10:42 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// TailDuplication - Eliminate unconditional branches through controlled code
|
|
|
|
// duplication, creating simpler CFG structures.
|
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createTailDuplicationPass();
|
2003-06-22 20:10:42 +00:00
|
|
|
|
2002-05-21 20:04:15 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2008-04-20 20:35:01 +00:00
|
|
|
// JumpThreading - Thread control through mult-pred/multi-succ blocks where some
|
|
|
|
// preds always go to some succ.
|
|
|
|
//
|
|
|
|
FunctionPass *createJumpThreadingPass();
|
|
|
|
|
2008-05-14 00:43:10 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2008-04-20 20:35:01 +00:00
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// CFGSimplification - Merge basic blocks, eliminate unreachable blocks,
|
2002-05-21 20:04:15 +00:00
|
|
|
// simplify terminator instructions, etc...
|
|
|
|
//
|
2003-10-05 19:15:13 +00:00
|
|
|
FunctionPass *createCFGSimplificationPass();
|
2002-05-21 20:04:15 +00:00
|
|
|
|
2002-09-24 00:08:37 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// BreakCriticalEdges - Break all of the critical edges in the CFG by inserting
|
|
|
|
// a dummy basic block. This pass may be "required" by passes that cannot deal
|
|
|
|
// with critical edges. For this usage, a pass must call:
|
2002-09-24 15:42:27 +00:00
|
|
|
//
|
|
|
|
// AU.addRequiredID(BreakCriticalEdgesID);
|
|
|
|
//
|
|
|
|
// This pass obviously invalidates the CFG, but can update forward dominator
|
2003-11-10 04:09:44 +00:00
|
|
|
// (set, immediate dominators, tree, and frontier) information.
|
2002-09-24 00:08:37 +00:00
|
|
|
//
|
2004-07-31 10:02:24 +00:00
|
|
|
FunctionPass *createBreakCriticalEdgesPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const BreakCriticalEdgesID;
|
2002-05-21 20:04:15 +00:00
|
|
|
|
2002-09-26 16:17:33 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// LoopSimplify - Insert Pre-header blocks into the CFG for every function in
|
|
|
|
// the module. This pass updates dominator information, loop information, and
|
|
|
|
// does not add critical edges to the CFG.
|
2002-09-26 16:17:33 +00:00
|
|
|
//
|
2003-10-12 21:52:28 +00:00
|
|
|
// AU.addRequiredID(LoopSimplifyID);
|
2002-09-26 16:17:33 +00:00
|
|
|
//
|
2004-09-20 04:41:39 +00:00
|
|
|
FunctionPass *createLoopSimplifyPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const LoopSimplifyID;
|
2002-09-26 16:17:33 +00:00
|
|
|
|
2003-09-20 05:14:13 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2006-05-02 04:24:36 +00:00
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// LowerAllocations - Turn malloc and free instructions into %malloc and %free
|
|
|
|
// calls.
|
2006-05-02 04:24:36 +00:00
|
|
|
//
|
|
|
|
// AU.addRequiredID(LowerAllocationsID);
|
2002-07-23 19:37:38 +00:00
|
|
|
//
|
2007-01-25 23:23:25 +00:00
|
|
|
Pass *createLowerAllocationsPass(bool LowerMallocArgToInteger = false);
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const LowerAllocationsID;
|
2002-07-23 19:37:38 +00:00
|
|
|
|
2003-04-23 16:24:19 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2006-10-13 20:53:50 +00:00
|
|
|
// TailCallElimination - This pass eliminates call instructions to the current
|
|
|
|
// function which occur immediately before return instructions.
|
2006-05-02 04:24:36 +00:00
|
|
|
//
|
|
|
|
FunctionPass *createTailCallEliminationPass();
|
2002-07-23 19:37:38 +00:00
|
|
|
|
2004-03-30 18:41:10 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
|
|
|
// LowerSwitch - This pass converts SwitchInst instructions into a sequence of
|
|
|
|
// chained binary branch instructions.
|
2004-03-30 18:41:10 +00:00
|
|
|
//
|
2006-05-02 04:24:36 +00:00
|
|
|
FunctionPass *createLowerSwitchPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const LowerSwitchID;
|
2003-10-05 19:15:13 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
|
|
|
// LowerInvoke - This pass converts invoke and unwind instructions to use sjlj
|
|
|
|
// exception handling mechanisms. Note that after this pass runs the CFG is not
|
|
|
|
// entirely accurate (exceptional control flow edges are not correct anymore) so
|
|
|
|
// only very simple things should be done after the lowerinvoke pass has run
|
|
|
|
// (like generation of native code). This should *NOT* be used as a general
|
|
|
|
// purpose "my LLVM-to-LLVM pass doesn't support the invoke instruction yet"
|
|
|
|
// lowering pass.
|
2003-10-05 19:15:13 +00:00
|
|
|
//
|
2008-05-29 19:52:31 +00:00
|
|
|
FunctionPass *createLowerInvokePass(const TargetLowering *TLI = 0);
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const LowerInvokePassID;
|
2003-10-05 19:15:13 +00:00
|
|
|
|
2005-01-08 17:21:40 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
|
|
|
// BlockPlacement - This pass reorders basic blocks in order to increase the
|
|
|
|
// number of fall-through conditional branches.
|
|
|
|
//
|
2005-01-08 17:21:40 +00:00
|
|
|
FunctionPass *createBlockPlacementPass();
|
|
|
|
|
2006-05-26 13:58:26 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
|
|
|
// LCSSA - This pass inserts phi nodes at loop boundaries to simplify other loop
|
2006-05-26 13:58:26 +00:00
|
|
|
// optimizations.
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
2007-07-13 23:57:11 +00:00
|
|
|
LoopPass *createLCSSAPass();
|
2008-05-13 02:05:11 +00:00
|
|
|
extern const PassInfo *const LCSSAID;
|
2006-05-26 13:58:26 +00:00
|
|
|
|
2006-08-28 22:44:55 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2006-10-13 20:53:50 +00:00
|
|
|
//
|
|
|
|
// PredicateSimplifier - This pass collapses duplicate variables into one
|
|
|
|
// canonical form, and tries to simplify expressions along the way.
|
|
|
|
//
|
2006-08-28 22:44:55 +00:00
|
|
|
FunctionPass *createPredicateSimplifierPass();
|
|
|
|
|
2007-05-29 23:36:32 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// GVN-PRE - This pass performs global value numbering and partial redundancy
|
|
|
|
// elimination.
|
|
|
|
//
|
|
|
|
FunctionPass *createGVNPREPass();
|
|
|
|
|
2007-07-24 17:55:58 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// GVN - This pass performs global value numbering and redundant load
|
|
|
|
// elimination cotemporaneously.
|
|
|
|
//
|
|
|
|
FunctionPass *createGVNPass();
|
|
|
|
|
2008-04-09 08:23:16 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// MemCpyOpt - This pass performs optimizations related to eliminating memcpy
|
|
|
|
// calls and/or combining multiple stores into memset's.
|
|
|
|
//
|
|
|
|
FunctionPass *createMemCpyOptPass();
|
|
|
|
|
2008-04-29 00:38:34 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2008-04-29 20:06:54 +00:00
|
|
|
// LoopDeletion - This pass performs DCE of non-infinite loops that it
|
2008-04-29 00:38:34 +00:00
|
|
|
// can prove are dead.
|
|
|
|
//
|
2008-04-29 20:06:54 +00:00
|
|
|
LoopPass *createLoopDeletionPass();
|
2008-05-01 06:25:24 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
/// createSimplifyLibCallsPass - This pass optimizes specific calls to
|
|
|
|
/// specific well-known (library) functions.
|
|
|
|
FunctionPass *createSimplifyLibCallsPass();
|
2008-04-29 00:38:34 +00:00
|
|
|
|
2007-03-31 04:06:36 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// CodeGenPrepare - This pass prepares a function for instruction selection.
|
|
|
|
//
|
|
|
|
FunctionPass *createCodeGenPreparePass(const TargetLowering *TLI = 0);
|
|
|
|
|
2008-08-23 06:07:02 +00:00
|
|
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// InstructionNamer - Give any unnamed non-void instructions "tmp" names.
|
|
|
|
//
|
|
|
|
FunctionPass *createInstructionNamerPass();
|
|
|
|
|
2003-11-11 22:41:34 +00:00
|
|
|
} // End llvm namespace
|
|
|
|
|
2002-05-07 19:37:18 +00:00
|
|
|
#endif
|