Searched defs:_jCC (Results 1 – 1 of 1) sorted by relevance
257 struct _jCC { struct258 Int jmpkind; /* JmpCall, JmpBoring, JmpCond */259 jCC* next_hash; /* for hash entry chain */260 jCC* next_from; /* next JCC from a BBCC */261 BBCC *from, *to; /* call arc from/to this BBCC */262 UInt jmp; /* jump no. in source */264 ULong call_counter; /* no wraparound with 64 bit */266 FullCost cost; /* simulator + user counters */