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