LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Pass.h"
#include <vector>
#include "llvm/Support/PrettyStackTrace.h"
Go to the source code of this file.
Classes | |
class | llvm::PassManagerPrettyStackEntry |
PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated. More... | |
class | llvm::PMStack |
PMStack - This class implements a stack data structure of PMDataManager pointers. More... | |
class | llvm::PMTopLevelManager |
PMTopLevelManager manages LastUser info and collects common APIs used by top level pass managers. More... | |
class | llvm::PMDataManager |
PMDataManager provides the common place to manage the analysis data used by pass managers. More... | |
class | llvm::FPPassManager |
FPPassManager manages BBPassManagers and FunctionPasses. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum | llvm::PassDebuggingString { llvm::EXECUTION_MSG , llvm::MODIFICATION_MSG , llvm::FREEING_MSG , llvm::ON_FUNCTION_MSG , llvm::ON_MODULE_MSG , llvm::ON_REGION_MSG , llvm::ON_LOOP_MSG , llvm::ON_CG_MSG } |