|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Classes | |
| class | llvm::PrintMIRPreparePass |
| class | llvm::PrintMIRPass |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI void | llvm::printMIR (raw_ostream &OS, const Module &M) |
| Print LLVM IR using the MIR serialization format to the given output stream. | |
| LLVM_ABI void | llvm::printMIR (raw_ostream &OS, const MachineModuleInfo &MMI, const MachineFunction &MF) |
| Print a machine function using the MIR serialization format to the given output stream. | |
| LLVM_ABI 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. | |