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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 8235 int fn_index, start_ix, next_ix; local
8251 fn_index = 6;
8257 fn_index = 7;
8260 fn_index = 3;
8270 fn_index = 3 + fd.sched_kind;
8274 fn_index = fd.sched_kind;
8280 fn_index = 0;
8287 fn_index += fd.have_ordered * 8;
8289 start_ix = ((int)BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START) + fn_index;
8291 start_ix = ((int)BUILT_IN_GOMP_LOOP_STATIC_START) + fn_index;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 8145 int fn_index, start_ix, next_ix; local
8161 fn_index = 6;
8167 fn_index = 7;
8170 fn_index = 3;
8180 fn_index = 3 + fd.sched_kind;
8184 fn_index = fd.sched_kind;
8190 fn_index = 0;
8197 fn_index += fd.have_ordered * 8;
8199 start_ix = ((int)BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START) + fn_index;
8201 start_ix = ((int)BUILT_IN_GOMP_LOOP_STATIC_START) + fn_index;
    [all...]

Completed in 32 milliseconds