Home
last modified time | relevance | path

Searched refs:terminate_and_process_chain (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c2079 bool terminate_and_process_chain ();
2136 bool terminate_and_process_chain (imm_store_chain_info *);
2149 ret |= terminate_and_process_chain (m_stores_head); in terminate_and_process_all_chains()
2198 ret |= terminate_and_process_chain (cur); in terminate_all_aliasing_chains()
2212 pass_store_merging::terminate_and_process_chain (imm_store_chain_info *chain_info) in terminate_and_process_chain() function
2214 bool ret = chain_info->terminate_and_process_chain (); in terminate_and_process_chain()
4463 imm_store_chain_info::terminate_and_process_chain () in terminate_and_process_chain() function
4916 ret |= terminate_and_process_chain (*chain_info); in process_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc2408 bool terminate_and_process_chain ();
2471 bool terminate_and_process_chain (imm_store_chain_info *);
2484 ret |= terminate_and_process_chain (m_stores_head); in terminate_and_process_all_chains()
2533 ret |= terminate_and_process_chain (cur); in terminate_all_aliasing_chains()
2547 pass_store_merging::terminate_and_process_chain (imm_store_chain_info *chain_info) in terminate_and_process_chain() function in __anone7f7d7200211::pass_store_merging
2551 bool ret = chain_info->terminate_and_process_chain (); in terminate_and_process_chain()
4826 imm_store_chain_info::terminate_and_process_chain () in terminate_and_process_chain() function in __anone7f7d7200211::imm_store_chain_info
5287 ret |= terminate_and_process_chain (*chain_info); in process_store()
5337 ret |= terminate_and_process_chain (*e); in process_store()
H A DChangeLog-202132488 (pass_store_merging::terminate_and_process_chain): Update
32492 (imm_store_chain_info::terminate_and_process_chain): Dump
H A DChangeLog-20167270 (imm_store_chain_info::terminate_and_process_chain): Do not pass base.
H A DChangeLog-201911646 terminate_and_process_chain.