LLVM 19.0.0git
Macros | Functions | Variables
SlotIndexes.cpp File Reference
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "slotindexes"
 

Functions

 INITIALIZE_PASS (SlotIndexes, DEBUG_TYPE, "Slot index numbering", false, false) STATISTIC(NumLocalRenum
 

Variables

Number of renumberings
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "slotindexes"

Definition at line 19 of file SlotIndexes.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( SlotIndexes  ,
DEBUG_TYPE  ,
"Slot index numbering"  ,
false  ,
false   
)

Variable Documentation

◆ renumberings

Number of renumberings

Definition at line 35 of file SlotIndexes.cpp.