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