HomeSort by: relevance | last modified time | path
    Searched defs:register_relation (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-path.cc 616 void register_relation (gimple *, relation_kind, tree op1, tree op2) override;
617 void register_relation (edge, relation_kind, tree op1, tree op2) override;
641 jt_fur_source::register_relation (gimple *, relation_kind k, tree op1, tree op2) function in class:jt_fur_source
644 m_oracle->register_relation (m_entry, k, op1, op2);
650 jt_fur_source::register_relation (edge, relation_kind k, tree op1, tree op2) function in class:jt_fur_source
653 m_oracle->register_relation (m_entry, k, op1, op2);
719 m_oracle->register_relation (entry_bb (), VREL_EQ, arg, result);
gimple-range-fold.cc 94 fur_source::register_relation (gimple *s ATTRIBUTE_UNUSED, function in class:fur_source
104 fur_source::register_relation (edge e ATTRIBUTE_UNUSED, function in class:fur_source
181 fur_depend::register_relation (gimple *s, relation_kind k, tree op1, tree op2) function in class:fur_depend
190 fur_depend::register_relation (edge e, relation_kind k, tree op1, tree op2) function in class:fur_depend
325 virtual void register_relation (gimple *stmt, relation_kind k, tree op1,
327 virtual void register_relation (edge e, relation_kind k, tree op1,
350 fur_relation::register_relation (edge, relation_kind, tree, tree) function in class:fur_relation
357 fur_relation::register_relation (gimple *stmt, relation_kind k, tree op1, function in class:fur_relation
669 src.register_relation (s, rel, lhs, op1);
700 src.register_relation (s, rel, lhs, op1)
    [all...]
value-relation.cc 654 equiv_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1, function in class:equiv_oracle
1070 register_relation (gimple_bb (stmt), k, op1, op2);
1094 register_relation (e->dest, k, op1, op2);
1102 dom_oracle::register_relation (basic_block bb, relation_kind k, tree op1, function in class:dom_oracle
1112 equiv_oracle::register_relation (bb, k, op1, op2);
1595 path_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1, function in class:path_oracle
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-path.cc 699 void register_relation (gimple *, relation_kind, tree op1, tree op2) override;
700 void register_relation (edge, relation_kind, tree op1, tree op2) override;
724 jt_fur_source::register_relation (gimple *, relation_kind k, tree op1, tree op2) function in class:jt_fur_source
727 m_oracle->register_relation (m_entry, k, op1, op2);
733 jt_fur_source::register_relation (edge, relation_kind k, tree op1, tree op2) function in class:jt_fur_source
736 m_oracle->register_relation (m_entry, k, op1, op2);
802 m_oracle->register_relation (entry_bb (), EQ_EXPR, arg, result);
value-relation.cc 454 equiv_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1, function in class:equiv_oracle
863 register_relation (gimple_bb (stmt), k, op1, op2);
887 register_relation (e->dest, k, op1, op2);
895 dom_oracle::register_relation (basic_block bb, relation_kind k, tree op1, function in class:dom_oracle
905 equiv_oracle::register_relation (bb, k, op1, op2);
1380 path_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1, function in class:path_oracle
gimple-range-fold.cc 88 fur_source::register_relation (gimple *s ATTRIBUTE_UNUSED, function in class:fur_source
98 fur_source::register_relation (edge e ATTRIBUTE_UNUSED, function in class:fur_source
195 fur_depend::register_relation (gimple *s, relation_kind k, tree op1, tree op2) function in class:fur_depend
204 fur_depend::register_relation (edge e, relation_kind k, tree op1, tree op2) function in class:fur_depend
616 src.register_relation (s, rel, lhs, op1);
644 src.register_relation (s, rel, lhs, op1);
650 src.register_relation (s, rel, lhs, op2);
839 src.register_relation (phi, EQ_EXPR, phi_def, single_arg);
1484 register_relation (e0, relation, ssa1, ssa2);
1490 register_relation (e1, relation, ssa1, ssa2)
    [all...]

Completed in 38 milliseconds