LLVM 22.0.0git
LowerSwitch.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "lower-switch"

Functions

 INITIALIZE_PASS_BEGIN (LowerSwitchLegacyPass, "lowerswitch", "Lower SwitchInst's to branches", false, false) INITIALIZE_PASS_END(LowerSwitchLegacyPass

Variables

 lowerswitch
Lower SwitchInst s to branches
Lower SwitchInst s to false

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "lower-switch"

Definition at line 47 of file LowerSwitch.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( LowerSwitchLegacyPass ,
"lowerswitch" ,
"Lower SwitchInst's to branches" ,
false ,
false  )

Variable Documentation

◆ branches

Lower SwitchInst s to branches

Definition at line 589 of file LowerSwitch.cpp.

◆ false

Lower SwitchInst s to false

Definition at line 589 of file LowerSwitch.cpp.

◆ lowerswitch

lowerswitch

Definition at line 588 of file LowerSwitch.cpp.