#include <pf_cache.h>
Public Member Functions | |
| PF_LOCLOOP () | |
| PF_LOCLOOP * | operator= (const PF_LOCLOOP &locloop) |
| BOOL | Update (mINT16 depth, PF_VOLUME vol, mINT16 confidence) |
| BOOL | Localized () |
| BOOL | Localized_1L () |
| BOOL | Localized_2L () |
| mINT16 | Loop_1L () const |
| mINT16 | Loop_2L () const |
| mINT16 | Confidence_1L () const |
| mINT16 | Confidence_2L () const |
| BOOL | While_Temporal_1L () const |
| BOOL | While_Temporal_2L () const |
| void | Set_While_Temporal_1L () |
| void | Set_While_Temporal_2L () |
| void | Print (FILE *fp) |
Private Attributes | |
| mINT16 | _loop_1L |
| mINT16 | _loop_2L |
| mINT16 | _confidence_1L |
| mINT16 | _confidence_2L |
| BOOL | _while_temporal_1L |
| BOOL | _while_temporal_2L |
Definition at line 257 of file pf_cache.h.
| PF_LOCLOOP::PF_LOCLOOP | ( | ) | [inline] |
Definition at line 265 of file pf_cache.h.
References _confidence_1L, _confidence_2L, _loop_1L, _loop_2L, _while_temporal_1L, _while_temporal_2L, and FALSE.
| PF_LOCLOOP* PF_LOCLOOP::operator= | ( | const PF_LOCLOOP & | locloop | ) | [inline] |
Definition at line 270 of file pf_cache.h.
References _confidence_1L, _confidence_2L, _loop_1L, _loop_2L, _while_temporal_1L, and _while_temporal_2L.
Definition at line 282 of file pf_cache.h.
References _confidence_1L, _confidence_2L, _loop_1L, _loop_2L, BOOL, CACHE_PARAMETERS::EffSize(), FALSE, FmtAssert, Is_True, CACHE_PARAMETERS::Levels(), CACHE_PARAMETERS::Print(), TRUE, PF_VOLUME::vol_1L, and PF_VOLUME::vol_2L.
Referenced by PF_LOOPNODE::Find_Loc_Loops().
| BOOL PF_LOCLOOP::Localized | ( | ) | [inline] |
Definition at line 312 of file pf_cache.h.
References _loop_1L, and _loop_2L.
Referenced by PF_LOOPNODE::Find_Loc_Loops().
| BOOL PF_LOCLOOP::Localized_1L | ( | ) | [inline] |
Definition at line 315 of file pf_cache.h.
References _loop_1L.
Referenced by PF_UGS::Find_Loc_Space(), and PF_UGS::Gen_Prefetch().
| BOOL PF_LOCLOOP::Localized_2L | ( | ) | [inline] |
Definition at line 316 of file pf_cache.h.
References _loop_2L.
Referenced by PF_UGS::Find_Loc_Space(), and PF_UGS::Gen_Prefetch().
| mINT16 PF_LOCLOOP::Loop_1L | ( | ) | const [inline] |
Definition at line 317 of file pf_cache.h.
References _loop_1L.
Referenced by PF_UGS::ComputePFVec(), PF_LOOPNODE::Find_Loc_Loops(), PF_UGS::Find_Loc_Space(), PF_LG::Gen_Pref_Node(), and PF_UGS::Gen_Prefetch().
| mINT16 PF_LOCLOOP::Loop_2L | ( | ) | const [inline] |
Definition at line 318 of file pf_cache.h.
References _loop_2L.
Referenced by PF_UGS::ComputePFVec(), PF_LOOPNODE::Find_Loc_Loops(), PF_UGS::Find_Loc_Space(), PF_LG::Gen_Pref_Node(), and PF_UGS::Gen_Prefetch().
| mINT16 PF_LOCLOOP::Confidence_1L | ( | ) | const [inline] |
Definition at line 319 of file pf_cache.h.
References _confidence_1L.
Referenced by PF_LG::Gen_Pref_Node().
| mINT16 PF_LOCLOOP::Confidence_2L | ( | ) | const [inline] |
Definition at line 320 of file pf_cache.h.
References _confidence_2L.
Referenced by PF_LG::Gen_Pref_Node().
| BOOL PF_LOCLOOP::While_Temporal_1L | ( | ) | const [inline] |
Definition at line 321 of file pf_cache.h.
References _while_temporal_1L.
Referenced by PF_UGS::ComputePFVec().
| BOOL PF_LOCLOOP::While_Temporal_2L | ( | ) | const [inline] |
Definition at line 322 of file pf_cache.h.
References _while_temporal_2L.
Referenced by PF_UGS::ComputePFVec().
| void PF_LOCLOOP::Set_While_Temporal_1L | ( | ) | [inline] |
Definition at line 323 of file pf_cache.h.
References _while_temporal_1L, and TRUE.
Referenced by PF_LOOPNODE::Find_Loc_Loops().
| void PF_LOCLOOP::Set_While_Temporal_2L | ( | ) | [inline] |
Definition at line 324 of file pf_cache.h.
References _while_temporal_2L, and TRUE.
Referenced by PF_LOOPNODE::Find_Loc_Loops().
Definition at line 325 of file pf_cache.h.
References _confidence_1L, _confidence_2L, _loop_1L, _loop_2L, _while_temporal_1L, _while_temporal_2L, fprintf(), and CACHE_PARAMETERS::Levels().
mINT16 PF_LOCLOOP::_loop_1L [private] |
Definition at line 258 of file pf_cache.h.
Referenced by Localized(), Localized_1L(), Loop_1L(), operator=(), PF_LOCLOOP(), Print(), and Update().
mINT16 PF_LOCLOOP::_loop_2L [private] |
Definition at line 259 of file pf_cache.h.
Referenced by Localized(), Localized_2L(), Loop_2L(), operator=(), PF_LOCLOOP(), Print(), and Update().
mINT16 PF_LOCLOOP::_confidence_1L [private] |
Definition at line 260 of file pf_cache.h.
Referenced by Confidence_1L(), operator=(), PF_LOCLOOP(), Print(), and Update().
mINT16 PF_LOCLOOP::_confidence_2L [private] |
Definition at line 261 of file pf_cache.h.
Referenced by Confidence_2L(), operator=(), PF_LOCLOOP(), Print(), and Update().
BOOL PF_LOCLOOP::_while_temporal_1L [private] |
Definition at line 262 of file pf_cache.h.
Referenced by operator=(), PF_LOCLOOP(), Print(), Set_While_Temporal_1L(), and While_Temporal_1L().
BOOL PF_LOCLOOP::_while_temporal_2L [private] |
Definition at line 263 of file pf_cache.h.
Referenced by operator=(), PF_LOCLOOP(), Print(), Set_While_Temporal_2L(), and While_Temporal_2L().
1.5.6