Searched refs:m_oracle (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-range-path.cc | 50 m_oracle = new path_oracle (m_ranger->oracle ()); in path_range_query() 58 delete m_oracle; in ~path_range_query() 716 m_oracle = query->oracle (); in jt_fur_source() 718 m_oracle = NULL; in jt_fur_source() 726 if (m_oracle) in register_relation() 727 m_oracle->register_relation (m_entry, k, op1, op2); in register_relation() 735 if (m_oracle) in register_relation() 736 m_oracle->register_relation (m_entry, k, op1, op2); in register_relation() 742 if (!m_oracle) in query_relation() 748 return m_oracle->query_relation (m_entry, op1, op2); in query_relation() [all …]
|
| H A D | value-query.cc | 177 m_oracle = NULL; in range_query() 459 if (!m_oracle || TREE_CODE (ssa1) != SSA_NAME || TREE_CODE (ssa2) != SSA_NAME) in query_relation() 468 return m_oracle->query_relation (gimple_bb (s), ssa1, ssa2); in query_relation() 480 if (!m_oracle || TREE_CODE (ssa1) != SSA_NAME || TREE_CODE (ssa2) != SSA_NAME) in query_relation() 497 return m_oracle->query_relation (bb, ssa1, ssa2); in query_relation()
|
| H A D | value-query.h | 102 inline relation_oracle *oracle () const { return m_oracle; } in oracle() 115 relation_oracle *m_oracle; variable
|
| H A D | gimple-range-cache.cc | 876 m_oracle = new dom_oracle (); in ranger_cache() 878 m_oracle = NULL; in ranger_cache() 896 if (m_oracle) in ~ranger_cache() 897 delete m_oracle; in ~ranger_cache() 919 if (m_oracle) in dump_bb() 920 m_oracle->dump (f, bb); in dump_bb()
|
| H A D | gimple-range-path.h | 51 path_oracle *get_path_oracle () { return (path_oracle *)m_oracle; } in get_path_oracle()
|
| H A D | gimple-range-fold.cc | 188 m_oracle = q->oracle (); in fur_depend() 197 if (m_oracle) in register_relation() 198 m_oracle->register_stmt (s, k, op1, op2); in register_relation() 206 if (m_oracle) in register_relation() 207 m_oracle->register_edge (e, k, op1, op2); in register_relation()
|
| H A D | gimple-range-fold.h | 165 relation_oracle *m_oracle;
|
| H A D | gimple-range.cc | 47 m_oracle = m_cache.oracle (); in gimple_ranger()
|
| H A D | ChangeLog-2021 | 10723 m_oracle field.
|