Searched refs:refs_anti_dependent_p (Results 1 – 10 of 10) sorted by relevance
124 extern bool refs_anti_dependent_p (tree, tree);
2377 refs_anti_dependent_p (tree load, tree store) in refs_anti_dependent_p() function
2244 && refs_anti_dependent_p (ref, gimple_get_lhs (stmt))) in stmts_may_clobber_ref_p()
2791 return refs_anti_dependent_p (addr_a, addr_b); in dr_may_alias_p()
131 extern bool refs_anti_dependent_p (tree, tree);
2559 refs_anti_dependent_p (tree load, tree store) in refs_anti_dependent_p() function
3046 return refs_anti_dependent_p (addr_a, addr_b); in dr_may_alias_p()
2581 && refs_anti_dependent_p (ref, gimple_get_lhs (stmt))) in stmts_may_clobber_ref_p()
21311 (refs_anti_dependent_p): Likewise.21977 (refs_anti_dependent_p): New function.21979 * tree-ssa-alias.h (refs_anti_dependent_p): Declare.
5941 refs_anti_dependent_p.