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

  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 133 typedef std::map<unsigned, gcov_type> icall_target_map; typedef in namespace:autofdo
147 icall_target_map targets;
243 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
593 icall_target_map *map) const
778 for (icall_target_map::const_iterator iter = old_info.targets.begin ();
813 icall_target_map map;
820 for (icall_target_map::const_iterator iter = map.begin ();
980 afdo_indirect_call (gimple_stmt_iterator *gsi, const icall_target_map &map,
995 icall_target_map::const_iterator max_iter = map.end ();
997 for (icall_target_map::const_iterator iter = map.begin ()
    [all...]
auto-profile.cc 133 typedef std::map<unsigned, gcov_type> icall_target_map; typedef in namespace:autofdo
147 icall_target_map targets;
243 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
593 icall_target_map *map) const
778 for (icall_target_map::const_iterator iter = old_info.targets.begin ();
813 icall_target_map map;
820 for (icall_target_map::const_iterator iter = map.begin ();
980 afdo_indirect_call (gimple_stmt_iterator *gsi, const icall_target_map &map,
995 icall_target_map::const_iterator max_iter = map.end ();
997 for (icall_target_map::const_iterator iter = map.begin ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 131 typedef std::map<unsigned, gcov_type> icall_target_map; typedef in namespace:autofdo
145 icall_target_map targets;
241 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
592 icall_target_map *map) const
777 for (icall_target_map::const_iterator iter = old_info.targets.begin ();
812 icall_target_map map;
819 for (icall_target_map::const_iterator iter = map.begin ();
979 afdo_indirect_call (gimple_stmt_iterator *gsi, const icall_target_map &map,
994 icall_target_map::const_iterator max_iter = map.end ();
996 for (icall_target_map::const_iterator iter = map.begin ()
    [all...]
auto-profile.cc 131 typedef std::map<unsigned, gcov_type> icall_target_map; typedef in namespace:autofdo
145 icall_target_map targets;
241 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
592 icall_target_map *map) const
777 for (icall_target_map::const_iterator iter = old_info.targets.begin ();
812 icall_target_map map;
819 for (icall_target_map::const_iterator iter = map.begin ();
979 afdo_indirect_call (gimple_stmt_iterator *gsi, const icall_target_map &map,
994 icall_target_map::const_iterator max_iter = map.end ();
996 for (icall_target_map::const_iterator iter = map.begin ()
    [all...]

Completed in 79 milliseconds