Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:_SGEnv

2067    state it needs in 'struct _SGEnv'.  This is exported only
2071 struct _SGEnv {
2089 static IRTemp gen_Get_SP ( struct _SGEnv* sge,
2107 static IRTemp gen_Get_FP ( struct _SGEnv* sge,
2125 static void instrument_mem_access ( struct _SGEnv* sge,
2185 struct _SGEnv * sg_instrument_init ( IRTemp (*newIRTemp_cb)(IRType,void*),
2188 struct _SGEnv * env = sg_malloc("di.sg_main.sii.1",
2189 sizeof(struct _SGEnv));
2199 void sg_instrument_fini ( struct _SGEnv * env )
2207 void sg_instrument_IRStmt ( /*MOD*/struct _SGEnv * env,
2341 void sg_instrument_final_jump ( /*MOD*/struct _SGEnv * env,