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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sink.cc 491 gimple *first_store = NULL; local
513 first_store = NULL;
530 first_store = NULL;
534 if (! first_store)
535 first_store = def;
538 else if (! operand_equal_p (gimple_assign_lhs (first_store),
540 || (gimple_clobber_p (first_store)
543 first_store = NULL;
548 if (! first_store)
553 if (!gimple_clobber_p (first_store))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sink.cc 511 gimple *first_store = NULL; local
533 first_store = NULL;
550 first_store = NULL;
554 if (! first_store)
555 first_store = def;
558 else if (! operand_equal_p (gimple_assign_lhs (first_store),
560 || (gimple_clobber_p (first_store)
563 first_store = NULL;
568 if (! first_store)
573 if (!gimple_clobber_p (first_store))
    [all...]

Completed in 15 milliseconds