LLVM 20.0.0git
|
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 MachineModuleInfo &MMI, 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. | |