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

  /src/external/gpl3/gcc/dist/gcc/
lra-lives.cc 88 static sparseset start_living, start_dying; variable
279 living hard regs and START_LIVING. */
288 sparseset_set_bit (start_living, regno);
318 /* Mark pseudo REGNO as now being live and update START_LIVING. */
327 sparseset_set_bit (start_living, regno);
856 sparseset_clear (start_living);
880 sparseset_copy (unused_set, start_living);
932 it to the start_living set below. */
942 sparseset_clear (start_living);
964 sparseset_and_compl (dead_set, start_living, start_dying)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-lives.cc 88 static sparseset start_living, start_dying; variable
279 living hard regs and START_LIVING. */
288 sparseset_set_bit (start_living, regno);
318 /* Mark pseudo REGNO as now being live and update START_LIVING. */
327 sparseset_set_bit (start_living, regno);
858 sparseset_clear (start_living);
882 sparseset_copy (unused_set, start_living);
934 it to the start_living set below. */
944 sparseset_clear (start_living);
966 sparseset_and_compl (dead_set, start_living, start_dying)
    [all...]

Completed in 89 milliseconds