LLVM 22.0.0git
RetireControlUnit.h File Reference

This file simulates the hardware responsible for retiring instructions. More...

#include "llvm/MC/MCSchedule.h"
#include "llvm/MCA/HardwareUnits/HardwareUnit.h"
#include "llvm/MCA/Instruction.h"
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::mca::RetireControlUnit
 This class tracks which instructions are in-flight (i.e., dispatched but not retired) in the OoO backend. More...
struct  llvm::mca::RetireControlUnit::RUToken

Namespaces

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

Detailed Description

This file simulates the hardware responsible for retiring instructions.

Definition in file RetireControlUnit.h.