LLVM 24.0.0git
FuncletLayout.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "funclet-layout"

Functions

static bool runFuncletLayout (MachineFunction &F)
 INITIALIZE_PASS (FuncletLayoutLegacy, DEBUG_TYPE, "Contiguously Lay Out Funclets", false, false) PreservedAnalyses FuncletLayoutPass

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "funclet-layout"

Definition at line 21 of file FuncletLayout.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( FuncletLayoutLegacy ,
DEBUG_TYPE ,
"Contiguously Lay Out Funclets" ,
false ,
false  )

◆ runFuncletLayout()