|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/Instructions.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <utility>

Go to the source code of this file.
Classes | |
| class | llvm::safestack::StackColoring |
| Compute live ranges of allocas. More... | |
| struct | llvm::safestack::StackColoring::LiveRange |
| This class represents a set of interesting instructions where an alloca is live. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::safestack | |
Functions | |
| static raw_ostream & | llvm::safestack::operator<< (raw_ostream &OS, const BitVector &V) |
| static raw_ostream & | llvm::safestack::operator<< (raw_ostream &OS, const StackColoring::LiveRange &R) |
1.8.13