Lines Matching full:bbcc
79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
137 /* new jCC structure: a call was done to a BB of a BBCC
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
159 /* insert into JCC chain of calling BBCC.
189 /* get the jCC for a call arc (BBCC->BBCC) */
190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to)
195 CLG_DEBUG(5, "+ get_jcc(bbcc %p/%d => bbcc %p)\n",
232 CLG_DEBUG(5, "- get_jcc(bbcc %p => bbcc %p)\n",