LLVM 19.0.0git
Namespaces | Enumerations | Functions
MachineLoopUtils.h File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Enumerations

enum  llvm::LoopPeelDirection { llvm::LPD_Front , llvm::LPD_Back }
 

Functions

MachineBasicBlockllvm::PeelSingleBlockLoop (LoopPeelDirection Direction, MachineBasicBlock *Loop, MachineRegisterInfo &MRI, const TargetInstrInfo *TII)
 Peels a single block loop.