Lines Matching refs:body
286 rtx body; in remove_stack_tracking_gcall() local
299 body = PATTERN(insn); in remove_stack_tracking_gcall()
301 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
302 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall()
304 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
312 body = XEXP(body, 0); in remove_stack_tracking_gcall()
313 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
316 body = XEXP(body, 0); in remove_stack_tracking_gcall()
317 if (GET_CODE(body) != SYMBOL_REF) in remove_stack_tracking_gcall()
320 if (SYMBOL_REF_DECL(body) != track_function_decl) in remove_stack_tracking_gcall()
356 rtx body; in remove_stack_tracking_gasm() local
369 body = PATTERN(insn); in remove_stack_tracking_gasm()
371 if (GET_CODE(body) != PARALLEL) in remove_stack_tracking_gasm()
374 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gasm()
376 if (GET_CODE(body) != ASM_OPERANDS) in remove_stack_tracking_gasm()
379 if (strcmp(ASM_OPERANDS_TEMPLATE(body), in remove_stack_tracking_gasm()