HomeSort by: relevance | last modified time | path
    Searched refs:target_cfgloop (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
target-globals.h 34 extern struct target_cfgloop *this_target_cfgloop;
58 struct target_cfgloop *GTY((skip)) cfgloop;
target-globals.cc 82 g->cfgloop = XCNEW (struct target_cfgloop);
cfgloop.h 846 struct target_cfgloop { struct
864 extern struct target_cfgloop default_target_cfgloop;
866 extern struct target_cfgloop *this_target_cfgloop;
cfgloopanal.cc 37 struct target_cfgloop default_target_cfgloop;
39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop;
  /src/external/gpl3/gcc.old/dist/gcc/
target-globals.h 34 extern struct target_cfgloop *this_target_cfgloop;
57 struct target_cfgloop *GTY((skip)) cfgloop;
target-globals.cc 80 g->cfgloop = XCNEW (struct target_cfgloop);
cfgloopanal.cc 37 struct target_cfgloop default_target_cfgloop;
39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop;
cfgloop.h 838 struct target_cfgloop { struct
856 extern struct target_cfgloop default_target_cfgloop;
858 extern struct target_cfgloop *this_target_cfgloop;

Completed in 20 milliseconds