LLVM 17.0.0git
Namespaces | Functions
MIRPrinter.h File Reference

Go to the source code of this file.

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.