LLVM 19.0.0git
Macros | Functions
FinalizeISel.cpp File Reference
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/InitializePasses.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "finalize-isel"
 

Functions

 INITIALIZE_PASS (FinalizeISel, DEBUG_TYPE, "Finalize ISel and expand pseudo-instructions", false, false) bool FinalizeISel
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "finalize-isel"

Definition at line 26 of file FinalizeISel.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( FinalizeISel  ,
DEBUG_TYPE  ,
"Finalize ISel and expand pseudo-instructions"  ,
false  ,
false   
)