Searched refs:liveness (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c237 unsigned liveness; /* A measure of recent checking activity. */ member in struct:__mf_object
902 obj->liveness ++;
1386 if (obj->liveness)
1392 (void *) obj->low, obj->liveness, obj->name); */
1395 s->total_weight += (double) obj->liveness;
1398 (double) obj->liveness;
1404 s->weighted_address_bits[i][bit] += obj->liveness;
1408 /* Age the liveness value. */
1409 obj->liveness >>= 1;
1682 "bounds=[%p,%p] size=%lu area=%s check=%ur/%uw liveness
[all...]

Completed in 175 milliseconds