|
LLVM
3.7.0
|
#include "AttributeImpl.h"#include "ConstantsContext.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/Hashing.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringMap.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/ValueHandle.h"#include <vector>#include "llvm/IR/Metadata.def"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | HANDLE_MDNODE_LEAF(CLASS) typedef MDNodeInfo<CLASS> CLASS##Info; |
| #define | HANDLE_MDNODE_LEAF(CLASS) DenseSet<CLASS *, CLASS##Info> CLASS##s; |
| #define HANDLE_MDNODE_LEAF | ( | CLASS | ) | typedef MDNodeInfo<CLASS> CLASS##Info; |
Definition at line 956 of file LLVMContextImpl.h.
| #define HANDLE_MDNODE_LEAF | ( | CLASS | ) | DenseSet<CLASS *, CLASS##Info> CLASS##s; |
Definition at line 956 of file LLVMContextImpl.h.
1.8.6