Home | History | Annotate | Download | only in priv

Lines Matching refs:jk

833 PPCInstr* PPCInstr_Goto ( IRJumpKind jk, 
839 i->Pin.Goto.jk = jk;
1342 if (i->Pin.Goto.jk != Ijk_Boring
1343 && i->Pin.Goto.jk != Ijk_Call
1344 && i->Pin.Goto.jk != Ijk_Ret) {
1346 ppIRJumpKind(i->Pin.Goto.jk);
1816 if (i->Pin.Goto.jk != Ijk_Boring
1817 && i->Pin.Goto.jk != Ijk_Call
1818 && i->Pin.Goto.jk != Ijk_Ret)
3093 switch (i->Pin.Goto.jk) {
3111 ppIRJumpKind(i->Pin.Goto.jk);