Home | History | Annotate | Download | only in callgrind

Lines Matching refs:jCC

184 typedef struct _jCC         jCC;
207 jk_CondJump /* conditional jump taken (only used as jCC type) */
214 * Each BB has at most one CALL instruction. The list of JCC from
216 * <next_from> in the JCC struct.
219 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain
233 jCC* next_hash; /* for hash entry chain */
234 jCC* next_from; /* next JCC from a BBCC */
342 jCC* jcc_list; /* JCCs used for this exit */
375 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */
376 jCC* lru_to_jcc; /* Temporary: Cached for faster access (LRU) */
457 jCC* jcc; /* jCC for this call */
527 jCC** table;
528 jCC* spontaneous;
736 jCC* CLG_(get_jcc)(BBCC* from, UInt, BBCC* to);
834 void CLG_(print_jcc)(int s, jCC* jcc);
843 void CLG_(print_short_jcc)(jCC* jcc);