LLVM
8.0.1
|
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
class | llvm::cfg::Update< NodePtr > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::cfg | |
Enumerations | |
enum | llvm::cfg::UpdateKind : unsigned char { llvm::cfg::UpdateKind::Insert, llvm::cfg::UpdateKind::Delete } |
Functions | |
template<typename NodePtr > | |
void | llvm::cfg::LegalizeUpdates (ArrayRef< Update< NodePtr >> AllUpdates, SmallVectorImpl< Update< NodePtr >> &Result, bool InverseGraph) |