|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Operator.h"#include "llvm/IR/ValueMap.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 | |
| This class represents lattice values for constants. | |
1.8.13