HomeSort by: relevance | last modified time | path
    Searched refs:query_relation (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.h 91 virtual relation_kind query_relation (basic_block, tree, tree) = 0;
93 virtual relation_kind query_relation (basic_block, const_bitmap,
131 relation_kind query_relation (basic_block, tree, tree);
132 relation_kind query_relation (basic_block, const_bitmap, const_bitmap);
184 relation_kind query_relation (basic_block bb, tree ssa1, tree ssa2);
185 relation_kind query_relation (basic_block bb, const_bitmap b1,
229 relation_kind query_relation (basic_block, tree, tree);
230 relation_kind query_relation (basic_block, const_bitmap, const_bitmap);
value-query.h 97 relation_kind query_relation (gimple *s, tree ssa1, tree ssa2,
99 relation_kind query_relation (edge e, tree ssa1, tree ssa2,
value-query.cc 456 range_query::query_relation (gimple *s, tree ssa1, tree ssa2, bool get_range) function in class:range_query
468 return m_oracle->query_relation (gimple_bb (s), ssa1, ssa2);
476 range_query::query_relation (edge e, tree ssa1, tree ssa2, bool get_range) function in class:range_query
497 return m_oracle->query_relation (bb, ssa1, ssa2);
gimple-range-fold.h 128 virtual relation_kind query_relation (tree op1, tree op2);
148 virtual relation_kind query_relation (tree op1, tree op2) OVERRIDE;
value-relation.cc 310 equiv_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:equiv_oracle
321 equiv_oracle::query_relation (basic_block bb ATTRIBUTE_UNUSED, const_bitmap e1, function in class:equiv_oracle
1099 dom_oracle::query_relation (basic_block bb, const_bitmap b1, function in class:dom_oracle
1187 dom_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:dom_oracle
1207 kind = query_relation (bb, equiv1, equiv2);
1391 relation_kind curr = query_relation (bb, ssa1, ssa2);
1414 path_oracle::query_relation (basic_block bb, const_bitmap b1, const_bitmap b2) function in class:path_oracle
1428 k = m_root->query_relation (bb, b1, b2);
1437 path_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:path_oracle
1450 return query_relation (bb, equiv_1, equiv_2)
    [all...]
gimple-range-path.cc 698 relation_kind query_relation (tree op1, tree op2) override;
740 jt_fur_source::query_relation (tree op1, tree op2) function in class:jt_fur_source
748 return m_oracle->query_relation (m_entry, op1, op2);
gimple-range-fold.cc 79 fur_source::query_relation (tree op1 ATTRIBUTE_UNUSED, function in class:fur_source
173 fur_stmt::query_relation (tree op1, tree op2) function in class:fur_stmt
175 return m_query->query_relation (m_stmt, op1, op2);
621 relation_kind rel = src.query_relation (op1, op2);
806 if (src.query ()->query_relation (e, arg, phi_def, false) == EQ_EXPR)
931 relation_kind relation = src.query_relation (arg0, arg1);
  /src/external/gpl3/gcc/dist/gcc/
value-query.h 75 relation_kind query_relation (gimple *s, tree ssa1, tree ssa2,
77 relation_kind query_relation (edge e, tree ssa1, tree ssa2,
value-relation.h 109 virtual relation_kind query_relation (basic_block, tree, tree) = 0;
125 virtual relation_kind query_relation (basic_block, const_bitmap,
169 relation_kind query_relation (basic_block, tree, tree) override;
170 relation_kind query_relation (basic_block, const_bitmap, const_bitmap)
226 relation_kind query_relation (basic_block bb, tree ssa1, tree ssa2)
228 relation_kind query_relation (basic_block bb, const_bitmap b1,
272 relation_kind query_relation (basic_block, tree, tree) final override;
273 relation_kind query_relation (basic_block, const_bitmap, const_bitmap)
value-query.cc 388 range_query::query_relation (gimple *s, tree ssa1, tree ssa2, bool get_range) function in class:range_query
401 return m_oracle->query_relation (gimple_bb (s), ssa1, ssa2);
409 range_query::query_relation (edge e, tree ssa1, tree ssa2, bool get_range) function in class:range_query
430 return m_oracle->query_relation (bb, ssa1, ssa2);
gimple-range-fold.h 105 virtual relation_kind query_relation (tree op1, tree op2);
125 virtual relation_kind query_relation (tree op1, tree op2) override;
value-relation.cc 508 equiv_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:equiv_oracle
521 equiv_oracle::query_relation (basic_block bb ATTRIBUTE_UNUSED, const_bitmap e1, function in class:equiv_oracle
1313 dom_oracle::query_relation (basic_block bb, const_bitmap b1, function in class:dom_oracle
1401 dom_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:dom_oracle
1431 kind = query_relation (bb, equiv1, equiv2);
1611 relation_kind curr = query_relation (bb, ssa1, ssa2);
1634 path_oracle::query_relation (basic_block bb, const_bitmap b1, const_bitmap b2) function in class:path_oracle
1648 k = m_root->query_relation (bb, b1, b2);
1657 path_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) function in class:path_oracle
1670 return query_relation (bb, equiv_1, equiv_2)
    [all...]
gimple-range-path.cc 615 relation_kind query_relation (tree op1, tree op2) override;
657 jt_fur_source::query_relation (tree op1, tree op2) function in class:jt_fur_source
665 return m_oracle->query_relation (m_entry, op1, op2);
gimple-range-fold.cc 85 fur_source::query_relation (tree op1 ATTRIBUTE_UNUSED, function in class:fur_source
159 fur_stmt::query_relation (tree op1, tree op2) function in class:fur_stmt
161 return m_query->query_relation (m_stmt, op1, op2);
674 relation_kind rel = src.query_relation (op1, op2);
863 if (src.query ()->query_relation (e, arg, phi_def, false) == VREL_EQ)

Completed in 32 milliseconds