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

  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 254 typedef std::map<callsite, function_instance *> callsite_map; typedef in class:autofdo::function_instance
274 callsite_map callsites;
528 for (callsite_map::iterator iter = callsites.begin ();
543 callsite_map::const_iterator ret
552 callsite_map::const_iterator ret
597 for (callsite_map::const_iterator iter = callsites.begin ();
689 for (callsite_map::const_iterator iter = callsites.begin ();
auto-profile.cc 254 typedef std::map<callsite, function_instance *> callsite_map; typedef in class:autofdo::function_instance
274 callsite_map callsites;
528 for (callsite_map::iterator iter = callsites.begin ();
543 callsite_map::const_iterator ret
552 callsite_map::const_iterator ret
597 for (callsite_map::const_iterator iter = callsites.begin ();
689 for (callsite_map::const_iterator iter = callsites.begin ();
  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 256 typedef std::map<callsite, function_instance *> callsite_map; typedef in class:autofdo::function_instance
276 callsite_map callsites;
529 for (callsite_map::iterator iter = callsites.begin ();
544 callsite_map::const_iterator ret
553 callsite_map::const_iterator ret
598 for (callsite_map::const_iterator iter = callsites.begin ();
690 for (callsite_map::const_iterator iter = callsites.begin ();
auto-profile.cc 256 typedef std::map<callsite, function_instance *> callsite_map; typedef in class:autofdo::function_instance
276 callsite_map callsites;
529 for (callsite_map::iterator iter = callsites.begin ();
544 callsite_map::const_iterator ret
553 callsite_map::const_iterator ret
598 for (callsite_map::const_iterator iter = callsites.begin ();
690 for (callsite_map::const_iterator iter = callsites.begin ();

Completed in 113 milliseconds