Lines Matching refs:guard
367 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) in instrument_detail() argument
380 if (guard) di->guard = guard; in instrument_detail()
416 IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */ member
513 if (ev->guard) { in flushEvents()
514 di->guard = ev->guard; in flushEvents()
540 evt->guard = NULL; in addEvent_Ir()
546 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dr_guarded() argument
559 evt->guard = guard; in addEvent_Dr_guarded()
573 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dw_guarded() argument
586 evt->guard = guard; in addEvent_Dw_guarded()
607 && lastEvt->guard == NULL in addEvent_Dw()
622 evt->guard = NULL; in addEvent_Dw()
826 sizeofIRType(type), sg->guard ); in lk_instrument()
829 instrument_detail( sbOut, OpStore, type, sg->guard ); in lk_instrument()
843 sizeofIRType(type), lg->guard ); in lk_instrument()
846 instrument_detail( sbOut, OpLoad, type, lg->guard ); in lk_instrument()