loop_predictor.hh (13685:bb3377c81303) loop_predictor.hh (14081:f99ed78e5263)
1/*
2 * Copyright (c) 2014 The University of Wisconsin
3 *
4 * Copyright (c) 2006 INRIA (Institut National de Recherche en
5 * Informatique et en Automatique / French National Research Institute
6 * for Computer Science and Applied Mathematics)
7 *
8 * All rights reserved.

--- 245 unchanged lines hidden (view full) ---

254 void init() override;
255
256 /**
257 * Register stats for this object
258 */
259 void regStats() override;
260
261 LoopPredictor(LoopPredictorParams *p);
1/*
2 * Copyright (c) 2014 The University of Wisconsin
3 *
4 * Copyright (c) 2006 INRIA (Institut National de Recherche en
5 * Informatique et en Automatique / French National Research Institute
6 * for Computer Science and Applied Mathematics)
7 *
8 * All rights reserved.

--- 245 unchanged lines hidden (view full) ---

254 void init() override;
255
256 /**
257 * Register stats for this object
258 */
259 void regStats() override;
260
261 LoopPredictor(LoopPredictorParams *p);
262
263 size_t getSizeInBits() const;
262};
263#endif//__CPU_PRED_LOOP_PREDICTOR_HH__
264};
265#endif//__CPU_PRED_LOOP_PREDICTOR_HH__