Searched refs:analyze_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-data-ref.c1880 /* Function analyze_offset.
1886 analyze_offset (tree offset, tree *invariant, tree *constant)
1908 if (!analyze_offset (op0, &invariant_0, &constant_0)
1909 || !analyze_offset (op1, &invariant_1, &constant_1))
2004 if (!analyze_offset (offset, &invariant, &constant))
1883 analyze_offset (tree offset, tree *invariant, tree *constant) function

Completed in 135 milliseconds