LLVM 19.0.0git
Namespaces | Macros | Functions
LowerInvoke.cpp File Reference
#include "llvm/Transforms/Utils/LowerInvoke.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Instructions.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils.h"

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)
 
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   
) &

◆ STATISTIC()

STATISTIC ( NumInvokes  ,
"Number of invokes replaced"   
)