LLVM API Documentation

CondPropagate.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Streams.h"

Include dependency graph for CondPropagate.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "condprop"

Functions

 STATISTIC (NumBrThread,"Number of CFG edges threaded through branches")
 STATISTIC (NumSwThread,"Number of CFG edges threaded through switches")
FunctionPassllvm::createCondPropagationPass ()

Variables

static RegisterPass< CondProp > X ("condprop","Conditional Propagation")


Define Documentation

#define DEBUG_TYPE   "condprop"

Definition at line 15 of file CondPropagate.cpp.


Function Documentation

STATISTIC ( NumSwThread  ,
"Number of CFG edges threaded through switches"   
)

STATISTIC ( NumBrThread  ,
"Number of CFG edges threaded through branches"   
)


Variable Documentation

char ID [static]

Definition at line 35 of file CondPropagate.cpp.

bool MadeChange

Definition at line 46 of file CondPropagate.cpp.

RegisterPass<CondProp> X("condprop","Conditional Propagation") [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.