HomeSort by: relevance | last modified time | path
    Searched refs:m_path (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-path.h 74 basic_block entry_bb () { return m_path[m_path.length () - 1]; }
75 basic_block exit_bb () { return m_path[0]; }
76 basic_block curr_bb () { return m_path[m_pos]; }
77 basic_block prev_bb () { return m_path[m_pos + 1]; }
78 basic_block next_bb () { return m_path[m_pos - 1]; }
79 bool at_entry () { return m_pos == m_path.length () - 1; }
87 auto_vec<basic_block> m_path; member in class:path_range_query
tree-ssa-threadbackward.cc 121 auto_vec<basic_block> m_path; member in class:back_threader
220 if (m_path.is_empty ())
224 dump_path (dump_file, m_path);
245 edge taken_edge = find_taken_edge (m_path);
250 if (profit.profitable_path_p (m_path, taken_edge, &irreducible)
252 && m_registry.register_path (m_path, taken_edge))
255 vect_free_loop_info_assumptions (m_path[0]->loop_father);
355 m_path.safe_push (bb);
365 if (m_path.length () > 1
366 && (!profit.possibly_profitable_path_p (m_path, &large_non_fsm
    [all...]
selftest-rtl.cc 90 : m_path (path)
105 free (m_path);
gimple-range-path.cc 90 if (m_path.is_empty ())
96 dump_ranger (dump_file, m_path);
123 return !bb || !m_path.contains (bb);
198 m_path = path.copy ();
199 m_pos = m_path.length () - 1;
488 basic_block exit = m_path[0];
507 || !m_path.contains (gimple_bb (def_stmt)))
518 && m_path.contains (e->src)
534 for (i = 0; i < m_path.length (); ++i)
536 basic_block bb = m_path[i]
    [all...]
selftest-rtl.h 87 char *m_path; member in class:selftest::rtl_dump_test
tree-assume.cc 98 ssa_lazy_cache m_path; // Values found on path member in class:assume_query
197 if (!m_path.get_range (glob_range, name)
210 m_path.clear ();
287 m_path.merge_range (op, op_range);
300 // and set these in the M_PATH table.
tree-diagnostic-path.cc 52 : m_path (path), m_start_idx (start_idx)
58 const diagnostic_event &event = m_path->get_event (event_idx);
75 const diagnostic_path *m_path; member in class:__anon13906::path_label
168 : m_path (path),
223 const diagnostic_event &iter_event = m_path->get_event (i);
243 const diagnostic_path *m_path; member in struct:__anon13906::event_range
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-path.h 74 basic_block entry_bb () { return m_path[m_path.length () - 1]; }
75 basic_block exit_bb () { return m_path[0]; }
76 basic_block curr_bb () { return m_path[m_pos]; }
77 basic_block prev_bb () { return m_path[m_pos + 1]; }
78 basic_block next_bb () { return m_path[m_pos - 1]; }
79 bool at_entry () { return m_pos == m_path.length () - 1; }
90 auto_vec<basic_block> m_path; member in class:path_range_query
tree-ssa-threadbackward.cc 106 auto_vec<basic_block> m_path; member in class:back_threader
207 if (m_path.is_empty ())
211 dump_path (dump_file, m_path);
232 edge taken_edge = find_taken_edge (m_path);
245 if (m_profit.profitable_path_p (m_path, m_name, taken_edge,
249 m_registry.register_path (m_path, taken_edge);
252 vect_free_loop_info_assumptions (m_path[0]->loop_father);
368 bool profitable_p = m_path[0]->loop_father == e->src->loop_father;
377 dump_path (dump_file, m_path);
414 m_path.safe_push (bb)
    [all...]
selftest-rtl.cc 90 : m_path (path)
105 free (m_path);
selftest-rtl.h 87 char *m_path; member in class:selftest::rtl_dump_test
gimple-range-path.cc 113 if (m_path.is_empty ())
119 dump_ranger (dump_file, m_path);
146 return !bb || !m_path.contains (bb);
251 m_path = path.copy ();
252 m_pos = m_path.length () - 1;
597 && m_path.contains (e->src)
605 for (i = 0; i < m_path.length (); ++i)
607 basic_block bb = m_path[i];
766 jt_fur_source src (stmt, this, &m_ranger->gori (), m_path);
862 jt_fur_source src (NULL, this, &m_ranger->gori (), m_path);
    [all...]
tree-diagnostic-path.cc 51 : m_path (path), m_start_idx (start_idx)
57 const diagnostic_event &event = m_path->get_event (event_idx);
75 const diagnostic_path *m_path; member in class:__anon16329::path_label
120 : m_path (path),
173 const diagnostic_event &iter_event = m_path->get_event (i);
195 const diagnostic_path *m_path; member in struct:__anon16329::event_range
tree-ssa-threadedge.h 76 auto_vec<basic_block> m_path; member in class:hybrid_jt_simplifier
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 114 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
121 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path);
128 atf_error_t err = atf_fs_path_copy(&m_path, p);
135 atf_fs_path_fini(&m_path);
142 return atf_fs_path_cstring(&m_path);
149 return &m_path;
163 return atf_fs_path_is_absolute(&m_path);
170 return atf_fs_path_is_root(&m_path);
180 err = atf_fs_path_branch_path(&m_path, &bp)
    [all...]
fs.hpp 75 atf_fs_path_t m_path; member in class:atf::fs::path
  /src/external/bsd/elftosb/dist/common/
SourceFile.cpp 74 : m_path(path), m_stream()
92 m_stream = new std::ifstream(m_path.c_str(), std::ios_base::in | std::ios_base::binary);
95 throw std::runtime_error(format_string("failed to open file: %s", m_path.c_str()));
173 throw std::runtime_error(format_string("unexpected end of file: %s", m_path.c_str()));
SourceFile.h 57 inline const std::string & getPath() const { return m_path; }
125 std::string m_path; //!< Path to the file. member in class:elftosb::SourceFile
  /src/usr.sbin/catman/
catman.c 82 char *m_path = NULL; local
107 m_path = optarg;
124 setdefentries(m_path, m_add, (argc == 0) ? NULL : argv[argc-1]);
136 setdefentries(char *m_path, char *m_add, const char *sections)
184 if (m_path == NULL)
185 m_path = getenv("MANPATH");
186 if (m_path != NULL) {
191 for (p = strtok(m_path, ":");
209 if (m_path == NULL) {
  /src/external/bsd/atf/dist/atf-c/detail/
process.h 57 const atf_fs_path_t *m_path; member in struct:atf_process_stream
fs.c 84 char m_path[1024]; member in struct:invalid_umask_error_data
103 data->m_path, (unsigned int)data->m_umask);
116 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path));
117 data.m_path[sizeof(data.m_path) - 1] = '\0';
132 const char *m_path; member in struct:unknown_type_error_data
147 data->m_path);
157 data.m_path = path;
process.c 167 sb->m_path = path;
352 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path),
356 atf_fs_path_cstring(sp->m_sb->m_path));
  /src/external/bsd/atf/dist/tools/
fs.hpp 329 std::unique_ptr< tools::fs::path > m_path; member in class:tools::fs::temp_dir
process.cpp 323 m_path(p)
341 const int aux = ::open(m_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0644);
344 "Could not create " + m_path.str(), errno);
  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 497 const diagnostic_path *get_path () const { return m_path; }
498 void set_path (const diagnostic_path *path) { m_path = path; }
542 const diagnostic_path *m_path;

Completed in 90 milliseconds

1 2