|
LLVM
8.0.1
|
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Type.h"#include "llvm/Transforms/Utils.h"
Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (UnifyFunctionExitNodes, "mergereturn", "Unify function exit nodes", false, false) Pass *llvm | |
| INITIALIZE_PASS | ( | UnifyFunctionExitNodes | , |
| "mergereturn" | , | ||
| "Unify function exit nodes" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 26 of file UnifyFunctionExitNodes.cpp.
1.8.13