LLVM API Documentation
#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"

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") | |
| FunctionPass * | llvm::createCondPropagationPass () |
Variables | |
| static RegisterPass< CondProp > | X ("condprop","Conditional Propagation") |
| #define DEBUG_TYPE "condprop" |
Definition at line 15 of file CondPropagate.cpp.
| STATISTIC | ( | NumSwThread | , | |
| "Number of CFG edges threaded through switches" | ||||
| ) |
| STATISTIC | ( | NumBrThread | , | |
| "Number of CFG edges threaded through branches" | ||||
| ) |
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.