LLVM  8.0.1
Classes | Namespaces
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>
Include dependency graph for RetireControlUnit.h:
This graph shows which files directly or indirectly include this file:

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

 llvm
 This class represents lattice values for constants.
 
 llvm::mca
 

Detailed Description

This file simulates the hardware responsible for retiring instructions.

Definition in file RetireControlUnit.h.