Lines Matching defs:clobbers
424 and clobbers specific to the call. */
473 the clobbers. Returns NULL if there is nothing special about this call. */
495 the clobbers. */
5101 /* Ignore clobbers, they don't actually store anything into
5267 the asm clobbers memory, otherwise using something
5268 along the lines of per-call clobbers/uses would be enough. */
5381 we do not generate escapes for we have to generate clobbers/uses. */
5423 /* The following function clobbers memory pointed to by
5540 /* The caller clobbers what the callee does. */
5576 /* Build constraints for propagating clobbers/uses along the
5612 /* Otherwise the caller clobbers and uses what the callee does.
5963 /* Create a variable for things the function clobbers and one for
8618 /* We need to accumulate all clobbers/uses of all possible
8634 struct pt_solution *uses, *clobbers;
8637 clobbers = gimple_call_clobber_set (stmt);
8639 memset (clobbers, 0, sizeof (struct pt_solution));
8650 clobbers->nonlocal = 1;
8651 clobbers->ipa_escaped = 1;
8662 if (!clobbers->anything)
8667 pt_solution_ior_into (clobbers, &sol);