LLVM API Documentation
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"#include "llvm/ADT/StringExtras.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Type.h"#include "llvm/Transforms/Scalar.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 27 of file UnifyFunctionExitNodes.cpp.