LLVM API Documentation

RaiseAllocations.cpp File Reference

#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>

Include dependency graph for RaiseAllocations.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "raiseallocs"

Functions

 STATISTIC (NumRaised,"Number of allocations raised")
ModulePassllvm::createRaiseAllocationsPass ()

Variables

static RegisterPass
< RaiseAllocations > 
X ("raiseallocs","Raise allocations from calls to instructions")


Define Documentation

#define DEBUG_TYPE   "raiseallocs"

Definition at line 15 of file RaiseAllocations.cpp.


Function Documentation

STATISTIC ( NumRaised  ,
"Number of allocations raised"   
)


Variable Documentation

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.