Home
last modified time | relevance | path

Searched refs:FOR_EACH_VEC_ELT (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddigraph.h166 FOR_EACH_VEC_ELT (m_nodes, i, n) in dump_dot_to_pp()
175 FOR_EACH_VEC_ELT (m_nodes, i, n) in dump_dot_to_pp()
182 FOR_EACH_VEC_ELT (m_edges, i, e) in dump_dot_to_pp()
H A Dshortest-paths.h111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
H A Dordered-hash-map.h48 FOR_EACH_VEC_ELT (other.m_keys, i, key) in ordered_hash_map()
H A Dsese.h68 FOR_EACH_VEC_ELT (v, i, t) in vec_find()
H A Dipa-prop.h254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values()
273 FOR_EACH_VEC_ELT (aggs, i, agg)
H A Dvec.h1657 #define FOR_EACH_VEC_ELT(V, I, P) \
1686 FOR_EACH_VEC_ELT (*this, i, str)
1699 FOR_EACH_VEC_ELT (*this, i, item)
H A Dtree-data-ref.h626 FOR_EACH_VEC_ELT (dependence_relations, i, ddr) in known_dependences_p()
H A Dtree-vectorizer.h1414 FOR_EACH_VEC_ELT (*cost_vec, i, cost)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddigraph.h166 FOR_EACH_VEC_ELT (m_nodes, i, n) in dump_dot_to_pp()
175 FOR_EACH_VEC_ELT (m_nodes, i, n) in dump_dot_to_pp()
182 FOR_EACH_VEC_ELT (m_edges, i, e) in dump_dot_to_pp()
H A Dshortest-paths.h111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
H A Dordered-hash-map.h48 FOR_EACH_VEC_ELT (other.m_keys, i, key) in ordered_hash_map()
H A Dsese.h68 FOR_EACH_VEC_ELT (v, i, t) in vec_find()
H A Dipa-prop.h254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values()
273 FOR_EACH_VEC_ELT (aggs, i, agg)
H A Dvec.h1657 #define FOR_EACH_VEC_ELT(V, I, P) \
1686 FOR_EACH_VEC_ELT (*this, i, str)
1699 FOR_EACH_VEC_ELT (*this, i, item)
H A Dtree-data-ref.h626 FOR_EACH_VEC_ELT (dependence_relations, i, ddr) in known_dependences_p()
H A Dtree-vectorizer.h1414 FOR_EACH_VEC_ELT (*cost_vec, i, cost)
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h199 #define FOR_EACH_VEC_ELT(T, V, I, P) \ macro