|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMapInfo.h"#include "llvm/ADT/PointerSumType.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/TargetOpcodes.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/InlineAsm.h"#include "llvm/MC/MCInstrDesc.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/ArrayRecycler.h"#include "llvm/Support/TrailingObjects.h"#include <algorithm>#include <cassert>#include <cstdint>#include <utility>
Go to the source code of this file.
Classes | |
| class | llvm::ArrayRef< T > |
| ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
| class | llvm::SmallVectorImpl< T > |
| This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. More... | |
| class | llvm::MachineInstr |
| Representation of each machine instruction. More... | |
| struct | llvm::MachineInstrExpressionTrait |
| Special DenseMapInfo traits to compare MachineInstr* by value of the instruction rather than by pointer value. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const MachineInstr &MI) |
1.8.13