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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 426 statements, and NCONDS points to the variable holding the number of
436 unsigned *nconds)
468 (*nconds)++;
475 holding the result GIMPLE statements. *NCONDS is
483 unsigned *nconds)
490 conds, nconds);
502 conds, nconds);
521 and *NCONDS is the number of logical conditions. */
526 unsigned *nconds)
542 conds, nconds);
1132 unsigned nconds = 0; local
1173 unsigned nconds = 0; local
    [all...]
profile.cc 1552 const size_t nconds = cov_length (cov);
1553 total_num_conds += nconds;
1555 if (coverage_counter_alloc (GCOV_COUNTER_CONDS, 2 * nconds))
1561 for (size_t i = 0; i != nconds; ++i)
1551 const size_t nconds = cov_length (cov); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 406 statements, and NCONDS points to the variable holding the number of
416 unsigned *nconds)
448 (*nconds)++;
455 holding the result GIMPLE statements. *NCONDS is
463 unsigned *nconds)
470 conds, nconds);
482 conds, nconds);
501 and *NCONDS is the number of logical conditions. */
506 unsigned *nconds)
522 conds, nconds);
1033 unsigned nconds = 0; local
1074 unsigned nconds = 0; local
    [all...]

Completed in 29 milliseconds