Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:guard

902 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard )
905 tl_assert(isIRAtom(guard));
906 tl_assert(typeOfIRExpr(cgs->sbOut->tyenv, guard)
917 evt->Ev.Bc.taken = guard;
1117 /* Stuff to widen the guard expression to a host word, so
1128 IRTemp guard = newIRTemp(cgs.sbOut->tyenv, tyW);
1153 /* Widen the guard expression. */
1155 IRStmt_WrTmp( guard1, st->Ist.Exit.guard ));
1160 /* If the exit is inverted, invert the sense of the guard. */
1164 guard,
1169 addEvent_Bc( &cgs, curr_inode, IRExpr_RdTmp(guard) );