Home
last modified time | relevance | path

Searched refs:path_oracle (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvalue-relation.cc1252 path_oracle::path_oracle (relation_oracle *oracle) in path_oracle() function in path_oracle
1267 path_oracle::~path_oracle () in ~path_oracle()
1277 path_oracle::equiv_set (tree ssa, basic_block bb) in equiv_set()
1298 path_oracle::register_equiv (basic_block bb, tree ssa1, tree ssa2) in register_equiv()
1324 path_oracle::killing_def (tree ssa) in killing_def()
1380 path_oracle::register_relation (basic_block bb, relation_kind k, tree ssa1, in register_relation()
1414 path_oracle::query_relation (basic_block bb, const_bitmap b1, const_bitmap b2) in query_relation()
1437 path_oracle::query_relation (basic_block bb, tree ssa1, tree ssa2) in query_relation()
1456 path_oracle::reset_path () in reset_path()
1467 path_oracle::dump (FILE *, basic_block) const in dump()
[all …]
H A Dvalue-relation.h221 class path_oracle : public relation_oracle
224 path_oracle (relation_oracle *oracle = NULL);
225 ~path_oracle ();
H A Dgimple-range-path.h51 path_oracle *get_path_oracle () { return (path_oracle *)m_oracle; } in get_path_oracle()
H A Dgimple-range-path.cc50 m_oracle = new path_oracle (m_ranger->oracle ()); in path_range_query()
467 path_oracle *p = get_path_oracle (); in compute_ranges_in_block()
H A DChangeLog-20215686 * value-relation.cc (path_oracle::dump): Same.
6167 * value-relation.cc (path_oracle::path_oracle): Initialize
6169 (path_oracle::killing_def): Set m_killed_defs.
8926 * value-relation.h (path_oracle::killing_def): New.
12441 (path_oracle::path_oracle): New.
12442 (path_oracle::~path_oracle): New.
12443 (path_oracle::register_relation): New.
12444 (path_oracle::query_relation): New.
12445 (path_oracle::reset_path): New.
12446 (path_oracle::dump): New.
[all …]