LLVM  8.0.1
Classes | Namespaces
ExecuteStage.h File Reference

This file defines the execution stage of a default instruction pipeline. More...

#include "llvm/ADT/ArrayRef.h"
#include "llvm/MCA/HardwareUnits/Scheduler.h"
#include "llvm/MCA/Instruction.h"
#include "llvm/MCA/Stages/Stage.h"
Include dependency graph for ExecuteStage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::mca::ExecuteStage
 

Namespaces

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

Detailed Description

This file defines the execution stage of a default instruction pipeline.

The ExecuteStage is responsible for managing the hardware scheduler and issuing notifications that an instruction has been executed.

Definition in file ExecuteStage.h.