LLVM 22.0.0git
FinalizeISel.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "finalize-isel"

Functions

static std::pair< bool, boolrunImpl (MachineFunction &MF)
 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 27 of file FinalizeISel.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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

Definition at line 84 of file FinalizeISel.cpp.

References DEBUG_TYPE, and runImpl().

◆ runImpl()