gem5
v20.1.0.0
|
#include <deque>
#include "base/statistics.hh"
#include "base/types.hh"
#include "cpu/pred/btb.hh"
#include "cpu/pred/indirect.hh"
#include "cpu/pred/ras.hh"
#include "cpu/inst_seq.hh"
#include "cpu/static_inst.hh"
#include "params/BranchPredictor.hh"
#include "sim/probe/pmu.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | BPredUnit |
Basically a wrapper class to hold both the branch predictor and the BTB. More... | |
struct | BPredUnit::PredictorHistory |
struct | BPredUnit::BPredUnitStats |