Lines Matching refs:jCC
44 /* Set to 1 if you want full sanity checks for JCC */
217 typedef struct _jCC jCC;
240 jk_CondJump /* conditional jump taken (only used as jCC type) */
247 * Each BB has at most one CALL instruction. The list of JCC from
249 * <next_from> in the JCC struct.
252 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain
266 jCC* next_hash; /* for hash entry chain */
267 jCC* next_from; /* next JCC from a BBCC */
375 jCC* jcc_list; /* JCCs used for this exit */
408 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */
409 jCC* lru_to_jcc; /* Temporary: Cached for faster access (LRU) */
491 jCC* jcc; /* jCC for this call */
560 jCC** table;
561 jCC* spontaneous;
774 jCC* CLG_(get_jcc)(BBCC* from, UInt, BBCC* to);
871 void CLG_(print_jcc)(int s, jCC* jcc);
880 void CLG_(print_short_jcc)(jCC* jcc);