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 D | digraph.h | 166 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 D | shortest-paths.h | 111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
|
| H A D | ordered-hash-map.h | 48 FOR_EACH_VEC_ELT (other.m_keys, i, key) in ordered_hash_map()
|
| H A D | sese.h | 68 FOR_EACH_VEC_ELT (v, i, t) in vec_find()
|
| H A D | ipa-prop.h | 254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values() 273 FOR_EACH_VEC_ELT (aggs, i, agg)
|
| H A D | vec.h | 1657 #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 D | tree-data-ref.h | 626 FOR_EACH_VEC_ELT (dependence_relations, i, ddr) in known_dependences_p()
|
| H A D | tree-vectorizer.h | 1414 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 D | digraph.h | 166 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 D | shortest-paths.h | 111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
|
| H A D | ordered-hash-map.h | 48 FOR_EACH_VEC_ELT (other.m_keys, i, key) in ordered_hash_map()
|
| H A D | sese.h | 68 FOR_EACH_VEC_ELT (v, i, t) in vec_find()
|
| H A D | ipa-prop.h | 254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values() 273 FOR_EACH_VEC_ELT (aggs, i, agg)
|
| H A D | vec.h | 1657 #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 D | tree-data-ref.h | 626 FOR_EACH_VEC_ELT (dependence_relations, i, ddr) in known_dependences_p()
|
| H A D | tree-vectorizer.h | 1414 FOR_EACH_VEC_ELT (*cost_vec, i, cost)
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 199 #define FOR_EACH_VEC_ELT(T, V, I, P) \ macro
|