LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
SlotIndexes.cpp File Reference
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
Include dependency graph for SlotIndexes.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "slotindexes"
 

Functions

 INITIALIZE_PASS (SlotIndexes,"slotindexes","Slot index numbering", false, false) STATISTIC(NumLocalRenum
 
 STATISTIC (NumGlobalRenum,"Number of global renumberings")
 

Variables

Number of local renumberings
 

Macro Definition Documentation

#define DEBUG_TYPE   "slotindexes"

Definition at line 10 of file SlotIndexes.cpp.

Function Documentation

INITIALIZE_PASS ( SlotIndexes  ,
"slotindexes"  ,
"Slot index numbering"  ,
false  ,
false   
)
STATISTIC ( NumGlobalRenum  ,
"Number of global renumberings  
)

Variable Documentation

Number of local renumberings

Definition at line 25 of file SlotIndexes.cpp.