LLVM 22.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/CodeGen/LoopTraversal.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachinePassManager.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Classes | |
class | llvm::ReachingDef |
Thin wrapper around "int" used to store reaching definitions, using an encoding that makes it compatible with TinyPtrVector. More... | |
struct | llvm::PointerLikeTypeTraits< ReachingDef > |
class | llvm::MBBReachingDefsInfo |
class | llvm::ReachingDefInfo |
This class provides the reaching def analysis. More... | |
class | llvm::ReachingDefAnalysis |
class | llvm::ReachingDefPrinterPass |
Printer pass for the ReachingDefInfo results. More... | |
class | llvm::ReachingDefInfoWrapperPass |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |