Searched refs:branchPredictor (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch2.cc72 branchPredictor(*params.branchPred),
154 branchPredictor.squash(inst->id.fetchSeqNum,
158 branchPredictor.update(inst->id.fetchSeqNum,
164 branchPredictor.update(inst->id.fetchSeqNum,
170 branchPredictor.squash(inst->id.fetchSeqNum,
174 branchPredictor.update(inst->id.fetchSeqNum,
181 branchPredictor.squash(inst->id.fetchSeqNum,
204 if (branchPredictor.predict(inst->staticInst,
H A Dfetch2.hh91 BPredUnit &branchPredictor; member in class:Minor::Fetch2

Completed in 4 milliseconds