LLVM API Documentation
#include "llvm/Transforms/IPO.h"#include "llvm/Constants.h"#include "llvm/DerivedTypes.h"#include "llvm/Module.h"#include "llvm/Instructions.h"#include "llvm/Pass.h"#include "llvm/Support/CallSite.h"#include "llvm/Support/Compiler.h"#include "llvm/ADT/Statistic.h"#include <algorithm>

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "raiseallocs" |
Functions | |
| STATISTIC (NumRaised,"Number of allocations raised") | |
| ModulePass * | llvm::createRaiseAllocationsPass () |
Variables | |
| static RegisterPass < RaiseAllocations > | X ("raiseallocs","Raise allocations from calls to instructions") |
| #define DEBUG_TYPE "raiseallocs" |
Definition at line 15 of file RaiseAllocations.cpp.
| STATISTIC | ( | NumRaised | , | |
| "Number of allocations raised" | ||||
| ) |
Definition at line 36 of file RaiseAllocations.cpp.
char ID [static] |
Definition at line 38 of file RaiseAllocations.cpp.
Definition at line 35 of file RaiseAllocations.cpp.
RegisterPass<RaiseAllocations> X("raiseallocs","Raise allocations from calls to instructions") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.