LLVM 19.0.0git
Classes | Namespaces | Functions
AntiDepBreaker.h File Reference
#include "llvm/ADT/iterator_range.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Compiler.h"
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::AntiDepBreaker
 This class works in conjunction with the post-RA scheduler to rename registers to break register anti-dependencies (WAR hazards). More...
 

Namespaces

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

Functions

AntiDepBreakerllvm::createAggressiveAntiDepBreaker (MachineFunction &MFi, const RegisterClassInfo &RCI, TargetSubtargetInfo::RegClassVector &CriticalPathRCs)
 
AntiDepBreakerllvm::createCriticalAntiDepBreaker (MachineFunction &MFi, const RegisterClassInfo &RCI)