Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:Exit

460    generated from it.  That must happen before any possible exit from
1119 if ( (st->Ist.Exit.jk == Ijk_Boring) ||
1120 (st->Ist.Exit.jk == Ijk_Call) ||
1121 (st->Ist.Exit.jk == Ijk_Ret) )
1138 /* First we need to figure out whether the side exit got
1141 side exit address and see if they are the same. */
1146 /* Side exit address */
1147 dst = st->Ist.Exit.dst;
1161 IRStmt_WrTmp( guard1, st->Ist.Exit.guard ));
1166 /* If the exit is inverted, invert the sense of the guard. */
1750 VG_(exit)(1);