LLVM API Documentation
#include "IA64.h"#include "IA64InstrInfo.h"#include "IA64TargetMachine.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/ADT/SetOperations.h"#include "llvm/ADT/Statistic.h"#include "llvm/Support/Debug.h"#include <set>

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "ia64-codegen" |
Functions | |
| STATISTIC (StopBitsAdded,"Number of stop bits added") | |
| FunctionPass * | llvm::createIA64BundlingPass (IA64TargetMachine &TM) |
| #define DEBUG_TYPE "ia64-codegen" |
Definition at line 23 of file IA64Bundling.cpp.
| STATISTIC | ( | StopBitsAdded | , | |
| "Number of stop bits added" | ||||
| ) |
char ID [static] |
Definition at line 39 of file IA64Bundling.cpp.
| std::set<unsigned> PendingRegWrites |
Definition at line 64 of file IA64Bundling.cpp.
Target machine description which we query for reg. names, data layout, etc.
Definition at line 43 of file IA64Bundling.cpp.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.