Home | History | Annotate | Download | only in callgrind

Lines Matching refs:jumpkind

1200    if ((sbIn->jumpkind == Ijk_Boring) || (sbIn->jumpkind == Ijk_Call)) {
1237 if (sbIn->jumpkind == Ijk_Call) jk = jk_Call;
1238 else if (sbIn->jumpkind == Ijk_Ret) jk = jk_Return;