Searched defs:_jCC (Results 1 – 1 of 1) sorted by relevance
231 struct _jCC { struct232 ClgJumpKind jmpkind; /* jk_Call, jk_Jump, jk_CondJump */233 jCC* next_hash; /* for hash entry chain */234 jCC* next_from; /* next JCC from a BBCC */235 BBCC *from, *to; /* call arc from/to this BBCC */236 UInt jmp; /* jump no. in source */238 ULong call_counter; /* no wraparound with 64 bit */240 FullCost cost; /* simulator + user counters */