Searched defs:_BBCC (Results 1 – 1 of 1) sorted by relevance
387 struct _BBCC { struct388 BB* bb; /* BB for this cost center */390 Context* cxt; /* execution context of this BBCC */391 ThreadId tid; /* only for assertion check purpose */392 UInt rec_index; /* Recursion index in rec->bbcc for this bbcc */393 BBCC** rec_array; /* Variable sized array of pointers to 395 ULong ret_counter; /* how often returned from jccs of this bbcc;398 BBCC* next_bbcc; /* Chain of BBCCs for same BB */399 BBCC* lru_next_bbcc; /* BBCC executed next the last time */401 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */[all …]