HomeSort by: relevance | last modified time | path
    Searched defs:exp_align (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 1737 unsigned int exp_align = get_object_alignment (expr); local
1739 if (exp_align < TYPE_ALIGN (type))
1822 if (exp_align < TYPE_ALIGN (access->type))
ipa-sra.cc 1737 unsigned int exp_align = get_object_alignment (expr); local
1739 if (exp_align < TYPE_ALIGN (type))
1822 if (exp_align < TYPE_ALIGN (access->type))
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 1887 unsigned int exp_align = get_object_alignment (expr); local
1889 if (exp_align < TYPE_ALIGN (type))
1974 if (exp_align < TYPE_ALIGN (access->type))
ipa-sra.cc 1887 unsigned int exp_align = get_object_alignment (expr); local
1889 if (exp_align < TYPE_ALIGN (type))
1974 if (exp_align < TYPE_ALIGN (access->type))

Completed in 84 milliseconds