LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
MachineInstrBundle.h File Reference
#include "llvm/CodeGen/MachineBasicBlock.h"
Include dependency graph for MachineInstrBundle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MachineOperandIteratorBase
 
struct  llvm::MachineOperandIteratorBase::VirtRegInfo
 
struct  llvm::MachineOperandIteratorBase::PhysRegInfo
 
class  llvm::MIOperands
 
class  llvm::ConstMIOperands
 
class  llvm::MIBundleOperands
 
class  llvm::ConstMIBundleOperands
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

void llvm::finalizeBundle (MachineBasicBlock &MBB, MachineBasicBlock::instr_iterator FirstMI, MachineBasicBlock::instr_iterator LastMI)
 
MachineBasicBlock::instr_iterator llvm::finalizeBundle (MachineBasicBlock &MBB, MachineBasicBlock::instr_iterator FirstMI)
 
bool llvm::finalizeBundles (MachineFunction &MF)
 
MachineInstr * llvm::getBundleStart (MachineInstr *MI)
 
const MachineInstr * llvm::getBundleStart (const MachineInstr *MI)
 
MachineBasicBlock::instr_iterator llvm::getBundleEnd (MachineInstr *MI)
 Return an iterator pointing beyond the bundle containing MI. More...
 
MachineBasicBlock::const_instr_iterator llvm::getBundleEnd (const MachineInstr *MI)
 Return an iterator pointing beyond the bundle containing MI. More...