LLVM 19.0.0git
Classes | Namespaces | Functions
MIRPrinter.h File Reference
#include "llvm/CodeGen/MachinePassManager.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

void llvm::printMIR (raw_ostream &OS, const Module &M)
 Print LLVM IR using the MIR serialization format to the given output stream.
 
void llvm::printMIR (raw_ostream &OS, const MachineFunction &MF)
 Print a machine function using the MIR serialization format to the given output stream.
 
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.