LLVM API Documentation
#include "llvm/ADT/Statistic.h"#include "llvm/ADT/DenseMap.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/MachineTraceMetrics.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetSchedule.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "machine-combiner" |
Functions | |
| STATISTIC (NumInstCombined,"Number of machineinst combined") | |
| INITIALIZE_PASS_BEGIN (MachineCombiner,"machine-combiner","Machine InstCombiner", false, false) INITIALIZE_PASS_END(MachineCombiner | |
Variables | |
| machine | combiner |
| machine Machine | InstCombiner |
| machine Machine | false |
| #define DEBUG_TYPE "machine-combiner" |
Definition at line 13 of file MachineCombiner.cpp.
| INITIALIZE_PASS_BEGIN | ( | MachineCombiner | , |
| "machine-combiner" | , | ||
| "Machine InstCombiner" | , | ||
| false | , | ||
| false | |||
| ) |
| STATISTIC | ( | NumInstCombined | , |
| "Number of machineinst combined" | |||
| ) |
| machine combiner |
Definition at line 89 of file MachineCombiner.cpp.
Definition at line 89 of file MachineCombiner.cpp.
| machine Machine InstCombiner |
Definition at line 89 of file MachineCombiner.cpp.
Referenced by llvm::createInstructionCombiningPass().