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

  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 112 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
113 bool is_annotated () const { return annotated_; }
114 void set_annotated () { annotated_ = true; }
119 bool annotated_; member in class:autofdo::edge_info
auto-profile.cc 112 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
113 bool is_annotated () const { return annotated_; }
114 void set_annotated () { annotated_ = true; }
119 bool annotated_; member in class:autofdo::edge_info
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
111 bool is_annotated () const { return annotated_; }
112 void set_annotated () { annotated_ = true; }
117 bool annotated_; member in class:autofdo::edge_info
auto-profile.cc 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
111 bool is_annotated () const { return annotated_; }
112 void set_annotated () { annotated_ = true; }
117 bool annotated_; member in class:autofdo::edge_info

Completed in 111 milliseconds