LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Support/raw_ostream.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::StackLifetime |
Compute live ranges of allocas. More... | |
class | llvm::StackLifetime::LiveRange |
This class represents a set of interesting instructions where an alloca is live. More... | |
class | llvm::StackLifetimePrinterPass |
Printer pass for testing. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
static raw_ostream & | llvm::operator<< (raw_ostream &OS, const BitVector &V) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const StackLifetime::LiveRange &R) |