|
LLVM
4.0.0
|
#include "llvm/ADT/APFloat.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/Function.h"#include "llvm/IR/ValueMap.h"#include "llvm/IR/Operator.h"#include "llvm/Support/AtomicOrdering.h"#include "llvm/Support/Casting.h"#include <cstdint>#include <tuple>Go to the source code of this file.
Classes | |
| class | llvm::GlobalNumberState |
| GlobalNumberState assigns an integer to each global value in the program, which is used by the comparison routine to order references to globals. More... | |
| class | llvm::FunctionComparator |
| FunctionComparator - Compares two functions to determine whether or not they will generate machine code with the same behaviour. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6