LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LowerAllocations.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Module.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
#include "llvm/Constants.h"
#include "llvm/Pass.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Support/Compiler.h"

Include dependency graph for LowerAllocations.cpp:

Include dependency graph

Go to the source code of this file.

Classes

class  LowerAllocations

Defines

#define DEBUG_TYPE   "lowerallocs"

Functions

 STATISTIC (NumLowered,"Number of allocations lowered")

Variables

RegisterPass< LowerAllocationsX ("lowerallocs","Lower allocations from instructions to calls")


Define Documentation

#define DEBUG_TYPE   "lowerallocs"
 

Definition at line 15 of file LowerAllocations.cpp.


Function Documentation

STATISTIC NumLowered  ,
"Number of allocations lowered" 
 


Variable Documentation

RegisterPass<LowerAllocations> X("lowerallocs","Lower allocations from instructions to calls") [static]
 




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