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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 88 bool refs_may_alias_p (tree, tree)
138 fprintf (s, " refs_may_alias_p: "
2554 refs_may_alias_p (tree ref1, ao_ref *ref2, bool tbaa_p) function
2562 refs_may_alias_p (tree ref1, tree ref2, bool tbaa_p) function
3022 return refs_may_alias_p (rhs, ref, tbaa_p);
3032 && refs_may_alias_p (retval, ref, tbaa_p))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 86 bool refs_may_alias_p (tree, tree)
136 fprintf (s, " refs_may_alias_p: "
2541 refs_may_alias_p (tree ref1, ao_ref *ref2, bool tbaa_p) function
2549 refs_may_alias_p (tree ref1, tree ref2, bool tbaa_p) function
2972 return refs_may_alias_p (rhs, ref, tbaa_p);
2982 && refs_may_alias_p (retval, ref, tbaa_p))

Completed in 70 milliseconds