LLVM 20.0.0git
|
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 | |
MachineBasicBlock * | llvm::PeelSingleBlockLoop (LoopPeelDirection Direction, MachineBasicBlock *Loop, MachineRegisterInfo &MRI, const TargetInstrInfo *TII) |
Peels a single block loop. | |