|
LLVM
4.0.0
|
#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/Analysis.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "funclet-layout" |
Functions | |
| INITIALIZE_PASS (FuncletLayout,"funclet-layout","Contiguously Lay Out Funclets", false, false) bool FuncletLayout | |
| #define DEBUG_TYPE "funclet-layout" |
Definition at line 20 of file FuncletLayout.cpp.
| INITIALIZE_PASS | ( | FuncletLayout | , |
| "funclet-layout" | , | ||
| "Contiguously Lay Out Funclets" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 40 of file FuncletLayout.cpp.
References assert(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::empty(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::end(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::find(), llvm::getFuncletMembership(), X, and Y.
1.8.6