LLVM
8.0.1
|
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | llvm::ValueHandleBase |
This is the common base class of value handles. More... | |
class | llvm::WeakVH |
A nullable Value handle that is nullable. More... | |
struct | llvm::simplify_type< WeakVH > |
struct | llvm::simplify_type< const WeakVH > |
class | llvm::WeakTrackingVH |
Value handle that is nullable, but tries to track the Value. More... | |
struct | llvm::simplify_type< WeakTrackingVH > |
struct | llvm::simplify_type< const WeakTrackingVH > |
class | llvm::AssertingVH< ValueTy > |
Value handle that asserts if the Value is deleted. More... | |
struct | llvm::DenseMapInfo< AssertingVH< T > > |
struct | llvm::isPodLike< AssertingVH< T > > |
class | llvm::TrackingVH< ValueTy > |
Value handle that tracks a Value across RAUW. More... | |
class | llvm::CallbackVH |
Value handle with callbacks on RAUW and destruction. More... | |
class | llvm::PoisoningVH< ValueTy > |
Value handle that poisons itself if the Value is deleted. More... | |
struct | llvm::DenseMapInfo< PoisoningVH< T > > |
struct | llvm::isPodLike< PoisoningVH< T > > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |