LLVM  8.0.1
Classes | Namespaces
EntryStage.h File Reference

This file defines the Entry stage of an instruction pipeline. More...

#include "llvm/ADT/SmallVector.h"
#include "llvm/MCA/SourceMgr.h"
#include "llvm/MCA/Stages/Stage.h"
Include dependency graph for EntryStage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::mca::EntryStage
 

Namespaces

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

Detailed Description

This file defines the Entry stage of an instruction pipeline.

Its sole purpose in life is to pick instructions in sequence and move them to the next pipeline stage.

Definition in file EntryStage.h.