|
LLVM
8.0.1
|

Go to the source code of this file.
Classes | |
| 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... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| void | llvm::printMIR (raw_ostream &OS, const Module &M) |
| Print LLVM IR using the MIR serialization format to the given output stream. More... | |
| void | llvm::printMIR (raw_ostream &OS, const MachineFunction &MF) |
| Print a machine function using the MIR serialization format to the given output stream. More... | |
| void | llvm::guessSuccessors (const MachineBasicBlock &MBB, SmallVectorImpl< MachineBasicBlock *> &Result, bool &IsFallthrough) |
| Determine a possible list of successors of a basic block based on the basic block machine operand being used inside the block. More... | |
1.8.13