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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 6571 stmt_vec_info cond_stmt_vinfo = NULL; local
6869 cond_stmt_vinfo = def_stmt_info;
6907 = STMT_VINFO_LOOP_PHI_EVOLUTION_BASE_UNCHANGED (cond_stmt_vinfo);
6908 tree step = STMT_VINFO_LOOP_PHI_EVOLUTION_PART (cond_stmt_vinfo);
6914 tree res = PHI_RESULT (STMT_VINFO_STMT (cond_stmt_vinfo));
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 7474 stmt_vec_info cond_stmt_vinfo = NULL; local
7768 cond_stmt_vinfo = def_stmt_info;
7809 = STMT_VINFO_LOOP_PHI_EVOLUTION_BASE_UNCHANGED (cond_stmt_vinfo);
7810 tree step = STMT_VINFO_LOOP_PHI_EVOLUTION_PART (cond_stmt_vinfo);
7816 tree res = PHI_RESULT (STMT_VINFO_STMT (cond_stmt_vinfo));

Completed in 25 milliseconds