Searched refs:source_bbcc (Results 1 – 1 of 1) sorted by relevance
481 BBCC* source_bbcc; in handleUnderflow() local493 source_bbcc = CLG_(get_bbcc)(source_bb); in handleUnderflow()497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0; in handleUnderflow()500 source_bbcc->ecounter_sum++; in handleUnderflow()510 source_bbcc->rec_array = new_recursion(caller->separate_recursions); in handleUnderflow()511 source_bbcc->rec_array[0] = source_bbcc; in handleUnderflow()513 CLG_ASSERT(source_bbcc->cxt == 0); in handleUnderflow()514 source_bbcc->cxt = CLG_(current_state).cxt; in handleUnderflow()515 insert_bbcc_into_hash(source_bbcc); in handleUnderflow()531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc, in handleUnderflow()