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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 255 analyzed. */
822 sources. ANALYZED is a bitmap that tracks which SSA names we have already
827 int parm_num, bitmap analyzed)
897 if (bitmap_set_bit (analyzed, SSA_NAME_VERSION (lhs)))
900 analyzed);
948 bitmap analyzed = BITMAP_ALLOC (NULL);
950 analyzed);
951 BITMAP_FREE (analyzed);
963 must represent the function that is currently analyzed, PARM_NUM must be the
964 index of the analyzed parameter
2055 bitmap analyzed = BITMAP_ALLOC (NULL); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 298 analyzed. */
916 PARM_NUM as one of its sources. ANALYZED is a bitmap that tracks which SSA
921 int parm_num, bitmap analyzed,
993 if (bitmap_set_bit (analyzed, SSA_NAME_VERSION (lhs)))
996 analyzed, desc);
1055 bitmap analyzed = BITMAP_ALLOC (NULL);
1057 analyzed, desc);
1058 BITMAP_FREE (analyzed);
1072 function that is currently analyzed, PARM_NUM must be the index of the
1073 analyzed parameter
2238 bitmap analyzed = BITMAP_ALLOC (NULL); local
    [all...]

Completed in 26 milliseconds