|
LLVM
4.0.0
|
#include "llvm/ADT/BitVector.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/Function.h"#include "llvm/Support/raw_os_ostream.h"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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| 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.6