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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 88 dump_user_location_t vect_location; variable
90 /* auto_purge_vect_location's dtor: reset the vect_location
96 vect_location = dump_user_location_t ();
1001 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, vect_location,
1004 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, vect_location,
1058 vect_location = find_loop_location (loop);
1060 if (LOCATION_LOCUS (vect_location.get_location_t ()) != UNKNOWN_LOCATION
1064 LOCATION_FILE (vect_location.get_location_t ()),
1065 LOCATION_LINE (vect_location.get_location_t ()));
1076 dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 87 dump_user_location_t vect_location; variable
89 /* auto_purge_vect_location's dtor: reset the vect_location
95 vect_location = dump_user_location_t ();
1001 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, vect_location,
1004 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, vect_location,
1042 vect_location = find_loop_location (loop);
1044 if (LOCATION_LOCUS (vect_location.get_location_t ()) != UNKNOWN_LOCATION
1048 LOCATION_FILE (vect_location.get_location_t ()),
1049 LOCATION_LINE (vect_location.get_location_t ()));
1059 dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
    [all...]

Completed in 23 milliseconds