Searched refs:path_oracle (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-relation.cc | 1252 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 D | value-relation.h | 221 class path_oracle : public relation_oracle 224 path_oracle (relation_oracle *oracle = NULL); 225 ~path_oracle ();
|
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-path.cc | 50 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 D | ChangeLog-2021 | 5686 * 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. 6170 (path_oracle::query_relation): Do not look at the root oracle for 6172 * value-relation.h (class path_oracle): Add m_killed_defs. 8132 * value-relation.cc (path_oracle::killing_def): Add a 8233 * value-relation.cc (path_oracle::killing_def): Walk the 8416 * value-relation.cc (path_oracle::killing_def): Kill second 8925 * value-relation.cc (path_oracle::killing_def): New. 8926 * value-relation.h (path_oracle::killing_def): New. [all …]
|
H A D | ChangeLog | 6557 * value-relation.cc (path_oracle::register_relation): Merge, then check 12455 * value-relation.cc (path_oracle::path_oracle): Call 12457 (path_oracle::register_relation): Add SSA names to m_registered 12459 (path_oracle::reset_path): Clear m_registered bitmap. 12460 * value-relation.h (path_oracle::set_root_oracle): New. 12481 (path_oracle::register_equiv): Ditto.
|