LLVM  8.0.1
Classes | Namespaces
Pipeline.h File Reference

This file implements an ordered container of stages that simulate the pipeline of a hardware backend. More...

#include "llvm/ADT/SmallVector.h"
#include "llvm/MCA/HardwareUnits/Scheduler.h"
#include "llvm/MCA/Stages/Stage.h"
#include "llvm/Support/Error.h"
Include dependency graph for Pipeline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::mca::Pipeline
 A pipeline for a specific subtarget. More...
 

Namespaces

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

Detailed Description

This file implements an ordered container of stages that simulate the pipeline of a hardware backend.

Definition in file Pipeline.h.