|
LLVM
4.0.0
|
#include "HexagonInstrInfo.h"#include "HexagonRegisterInfo.h"#include "HexagonSubtarget.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/IR/Constants.h"#include "llvm/Pass.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetRegisterInfo.h"#include <cassert>#include <cstdint>#include <cstring>#include <iterator>#include <map>#include <queue>#include <set>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "hcp" |
Functions | |
| FunctionPass * | llvm::createHexagonConstPropagationPass () |
| void | llvm::initializeHexagonConstPropagationPass (PassRegistry &Registry) |
| INITIALIZE_PASS (HexagonConstPropagation,"hcp","Hexagon Constant Propagation", false, false) HexagonConstEvaluator | |
| #define DEBUG_TYPE "hcp" |
Definition at line 10 of file HexagonConstPropagation.cpp.
| INITIALIZE_PASS | ( | HexagonConstPropagation | , |
| "hcp" | , | ||
| "Hexagon Constant Propagation" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 1893 of file HexagonConstPropagation.cpp.
References MRI.
1.8.6