|
LLVM
3.7.0
|
#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/IR/ConstantRange.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Operator.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Pass.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/DataTypes.h"#include <map>Go to the source code of this file.
Classes | |
| class | llvm::SCEV |
| SCEV - This class represents an analyzed expression in the program. More... | |
| struct | llvm::FoldingSetTrait< SCEV > |
| struct | llvm::SCEVCouldNotCompute |
| SCEVCouldNotCompute - An object of this class is returned by queries that could not be answered. More... | |
| class | llvm::ScalarEvolution |
| ScalarEvolution - This class is the main scalar evolution driver. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const SCEV &S) |
1.8.6