Home
last modified time | relevance | path

Searched refs:ttae_cache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c221 hash_map<tree, name_expansion *> *ttae_cache; member
1667 hash_map<tree, name_expansion *> **ttae_cache) in mem_refs_may_alias_p() argument
1686 aff_combination_expand (&off1, ttae_cache); in mem_refs_may_alias_p()
1687 aff_combination_expand (&off2, ttae_cache); in mem_refs_may_alias_p()
2221 if (mem_refs_may_alias_p (ref1, ref2, &memory_accesses.ttae_cache)) in refs_independent_p()
2604 memory_accesses.ttae_cache = NULL; in tree_ssa_lim_initialize()
2643 if (memory_accesses.ttae_cache) in tree_ssa_lim_finalize()
2644 free_affine_expand_cache (&memory_accesses.ttae_cache); in tree_ssa_lim_finalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc253 hash_map<tree, name_expansion *> *ttae_cache; member
1818 hash_map<tree, name_expansion *> **ttae_cache, in mem_refs_may_alias_p() argument
1841 aff_combination_expand (&off1, ttae_cache); in mem_refs_may_alias_p()
1842 aff_combination_expand (&off2, ttae_cache); in mem_refs_may_alias_p()
3027 if (mem_refs_may_alias_p (ref1, ref2, &memory_accesses.ttae_cache, tbaa_p)) in refs_independent_p()
3500 memory_accesses.ttae_cache = NULL; in tree_ssa_lim_initialize()
3537 if (memory_accesses.ttae_cache) in tree_ssa_lim_finalize()
3538 free_affine_expand_cache (&memory_accesses.ttae_cache); in tree_ssa_lim_finalize()