#include <BreakConstantExpr.h>
Definition at line 53 of file BreakConstantExpr.h.
◆ MergeFunctionRets()
SVF::MergeFunctionRets::MergeFunctionRets |
( |
| ) |
|
|
inline |
◆ getPassName()
llvm::StringRef SVF::MergeFunctionRets::getPassName |
( |
| ) |
const |
|
inline |
Definition at line 63 of file BreakConstantExpr.h.
64 {
65 return "unify function exit into one dummy exit basic block";
66 }
◆ getUnifyExit()
Get Unified Exit basic block node.
Definition at line 84 of file BreakConstantExpr.h.
85 {
86 assert(!
fn.isDeclaration() &&
"external function does not have DF");
88 }
llvm::IRBuilder IRBuilder
◆ runOnModule()
Definition at line 67 of file BreakConstantExpr.h.
68 {
70 return true;
71 }
void UnifyFunctionExit(Module &module)
◆ UnifyFunctionExit()
void SVF::MergeFunctionRets::UnifyFunctionExit |
( |
Module & |
module | ) |
|
|
inline |
Definition at line 72 of file BreakConstantExpr.h.
73 {
76 {
78 if(fun.isDeclaration())
79 continue;
81 }
82 }
UnifyFunctionExitNodes * getUnifyExit(const Function &fn)
Get Unified Exit basic block node.
◆ ID
char MergeFunctionRets::ID = 0 |
|
static |
The documentation for this class was generated from the following files: