HomeSort by relevance Sort by last modified time
    Searched refs:first_iteration (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
icf.cc 222 // FIRST_ITERATION : true if it is the first invocation.
232 get_section_contents(bool first_iteration,
248 if (first_iteration)
291 if (first_iteration
328 if (first_iteration)
347 if (first_iteration)
374 if (first_iteration)
388 if (!first_iteration)
523 if (first_iteration)
    [all...]
  /external/v8/src/compiler/
move-optimizer.cc 271 bool first_iteration = true; local
280 if (first_iteration) {
285 first_iteration = false;

Completed in 704 milliseconds