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

  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.h 205 // A path_oracle implements relations in a list. The only sense of ordering
221 class path_oracle : public relation_oracle class in inherits:relation_oracle
224 path_oracle (relation_oracle *oracle = NULL);
225 ~path_oracle ();
value-relation.cc 1252 path_oracle::path_oracle (relation_oracle *oracle) function in class:path_oracle
1267 path_oracle::~path_oracle ()
1277 path_oracle::equiv_set (tree ssa, basic_block bb)
1298 path_oracle::register_equiv (basic_block bb, tree ssa1, tree ssa2)
1324 path_oracle::killing_def (tree ssa)
1328 fprintf (dump_file, " Registering killing_def (path_oracle) ");
1380 path_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1,
1386 fprintf (dump_file, " Registering value_relation (path_oracle) ");
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 1476 path_oracle::path_oracle (relation_oracle *oracle) function in class:path_oracle
1491 path_oracle::~path_oracle ()
1501 path_oracle::equiv_set (tree ssa, basic_block bb)
1522 path_oracle::register_equiv (basic_block bb, tree ssa1, tree ssa2)
1548 path_oracle::killing_def (tree ssa)
1552 fprintf (dump_file, " Registering killing_def (path_oracle) ");
1595 path_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1,
1606 fprintf (dump_file, " Registering value_relation (path_oracle) ");
    [all...]
value-relation.h 127 friend class path_oracle;
248 // A path_oracle implements relations in a list. The only sense of ordering
264 class path_oracle : public relation_oracle class in inherits:relation_oracle
267 path_oracle (relation_oracle *oracle = NULL);
268 ~path_oracle ();

Completed in 36 milliseconds