LLVM 22.0.0git
LowerInvoke.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "lower-invoke"

Functions

 STATISTIC (NumInvokes, "Number of invokes replaced")
 INITIALIZE_PASS (LowerInvokeLegacyPass, "lowerinvoke", "Lower invoke and unwind, for unwindless code generators", false, false) static bool runImpl(Function &F)
LLVM_ABI FunctionPassllvm::createLowerInvokePass ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "lower-invoke"

Definition at line 25 of file LowerInvoke.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( LowerInvokeLegacyPass ,
"lowerinvoke" ,
"Lower invoke and unwind,
for unwindless code generators" ,
false ,
false  ) &

Definition at line 41 of file LowerInvoke.cpp.

References Changed, llvm::dyn_cast(), F, II, and runImpl().

◆ STATISTIC()

STATISTIC ( NumInvokes ,
"Number of invokes replaced"  )