Home | History | Annotate | Download | only in callgrind

Lines Matching refs:BBCC

77 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
133 /* new jCC structure: a call was done to a BB of a BBCC
136 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
155 /* insert into JCC chain of calling BBCC.
185 /* get the jCC for a call arc (BBCC->BBCC) */
186 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to)
191 CLG_DEBUG(5, "+ get_jcc(bbcc %p/%d => bbcc %p)\n",
228 CLG_DEBUG(5, "- get_jcc(bbcc %p => bbcc %p)\n",