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

  /src/external/gpl3/gcc/dist/gcc/
gcse.h 37 extern struct target_gcse *this_target_gcse;
39 #define this_target_gcse (&default_target_gcse) macro
gcse.cc 246 struct target_gcse *this_target_gcse = &default_target_gcse;
538 (this_target_gcse->x_can_copy)
540 (this_target_gcse->x_can_copy_init_p)
245 struct target_gcse *this_target_gcse = &default_target_gcse; variable in typeref:struct:target_gcse
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.h 37 extern struct target_gcse *this_target_gcse;
39 #define this_target_gcse (&default_target_gcse) macro
gcse.cc 246 struct target_gcse *this_target_gcse = &default_target_gcse;
538 (this_target_gcse->x_can_copy)
540 (this_target_gcse->x_can_copy_init_p)
245 struct target_gcse *this_target_gcse = &default_target_gcse; variable in typeref:struct:target_gcse

Completed in 36 milliseconds