|
LLVM
4.0.0
|
#include "SystemZ.h"#include "llvm/ADT/MapVector.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/LegacyPassManager.h"#include "llvm/IR/Module.h"#include <deque>#include <set>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::initializeSystemZTDCPassPass (PassRegistry &) |
| INITIALIZE_PASS (SystemZTDCPass,"systemz-tdc","SystemZ Test Data Class optimization", false, false) FunctionPass *llvm | |
| INITIALIZE_PASS | ( | SystemZTDCPass | , |
| "systemz-tdc" | , | ||
| "SystemZ Test Data Class optimization" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 115 of file SystemZTDC.cpp.
1.8.6