LLVM API Documentation
#include "llvm/Transforms/IPO.h"#include "llvm/Constants.h"#include "llvm/Instructions.h"#include "llvm/Module.h"#include "llvm/Pass.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/Support/CallSite.h"#include "llvm/Support/Compiler.h"#include "llvm/ADT/Statistic.h"#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "ipconstprop" |
Functions | |
| STATISTIC (NumArgumentsProped,"Number of args turned into constants") | |
| STATISTIC (NumReturnValProped,"Number of return values turned into constants") | |
| ModulePass * | llvm::createIPConstantPropagationPass () |
Variables | |
| static RegisterPass< IPCP > | X ("ipconstprop","Interprocedural constant propagation") |
| #define DEBUG_TYPE "ipconstprop" |
Definition at line 18 of file IPConstantPropagation.cpp.
| STATISTIC | ( | NumReturnValProped | , | |
| "Number of return values turned into constants" | ||||
| ) |
| STATISTIC | ( | NumArgumentsProped | , | |
| "Number of args turned into constants" | ||||
| ) |
char ID [static] |
Definition at line 38 of file IPConstantPropagation.cpp.
RegisterPass<IPCP> X("ipconstprop","Interprocedural constant propagation") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.