Searched defs:_BBCC (Results 1 – 1 of 1) sorted by relevance
361 struct _BBCC { struct362 BB* bb; /* BB for this cost center */364 Context* cxt; /* execution context of this BBCC */365 ThreadId tid; /* only for assertion check purpose */366 UInt rec_index; /* Recursion index in rec->bbcc for this bbcc */367 BBCC** rec_array; /* Variable sized array of pointers to 369 ULong ret_counter; /* how often returned from jccs of this bbcc;372 BBCC* next_bbcc; /* Chain of BBCCs for same BB */373 BBCC* lru_next_bbcc; /* BBCC executed next the last time */375 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */[all …]