Searched refs:m_stores (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c63 chains to different bases in a hash_map (m_stores) and make sure to
2122 hash_map<tree_operand_hash, class imm_store_chain_info *> m_stores; variable
2124 /* Form a doubly-linked stack of the elements of m_stores, so that
2128 different positions of m_stores, so they are handled in different
2150 gcc_assert (m_stores.is_empty ());
2208 BASE. Return true if the merging and output was successful. The m_stores
2215 m_stores.remove (chain_info->base_addr);
4889 chain_info = m_stores.get (base_addr);
4933 m_stores.put (base_addr, new_chain);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc63 chains to different bases in a hash_map (m_stores) and make sure to
2452 hash_map<tree_operand_hash, class imm_store_chain_info *> m_stores; member in class:__anon969::pass_store_merging
2454 /* Form a doubly-linked stack of the elements of m_stores, so that
2458 different positions of m_stores, so they are handled in different
2485 gcc_assert (m_stores.is_empty ());
2543 BASE. Return true if the merging and output was successful. The m_stores
2552 m_stores.remove (chain_info->base_addr);
5258 chain_info = m_stores.get (base_addr);
5305 m_stores.put (base_addr, new_chain);

Completed in 107 milliseconds