|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/Instruction.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::InstCombineWorklist |
| InstCombineWorklist - This is the worklist management logic for InstCombine. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "instcombine" |
| #define DEBUG_TYPE "instcombine" |
Definition at line 20 of file InstCombineWorklist.h.
1.8.6