Lines Matching refs:body
284 rtx body; in remove_stack_tracking_gcall() local
297 body = PATTERN(insn); in remove_stack_tracking_gcall()
299 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
300 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall()
302 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
310 body = XEXP(body, 0); in remove_stack_tracking_gcall()
311 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
314 body = XEXP(body, 0); in remove_stack_tracking_gcall()
315 if (GET_CODE(body) != SYMBOL_REF) in remove_stack_tracking_gcall()
318 if (SYMBOL_REF_DECL(body) != track_function_decl) in remove_stack_tracking_gcall()
354 rtx body; in remove_stack_tracking_gasm() local
367 body = PATTERN(insn); in remove_stack_tracking_gasm()
369 if (GET_CODE(body) != PARALLEL) in remove_stack_tracking_gasm()
372 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gasm()
374 if (GET_CODE(body) != ASM_OPERANDS) in remove_stack_tracking_gasm()
377 if (strcmp(ASM_OPERANDS_TEMPLATE(body), in remove_stack_tracking_gasm()