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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 3358 vinsn_t tmp_vinsn, tmp2_vinsn;
3362 tmp2_vinsn = EXPR_VINSN (tmp2);
3375 if (VINSN_UNIQUE_P (tmp_vinsn) && VINSN_UNIQUE_P (tmp2_vinsn))
3380 if (VINSN_UNIQUE_P (tmp2_vinsn))
3347 vinsn_t tmp_vinsn, tmp2_vinsn; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 3350 vinsn_t tmp_vinsn, tmp2_vinsn;
3354 tmp2_vinsn = EXPR_VINSN (tmp2);
3367 if (VINSN_UNIQUE_P (tmp_vinsn) && VINSN_UNIQUE_P (tmp2_vinsn))
3372 if (VINSN_UNIQUE_P (tmp2_vinsn))
3339 vinsn_t tmp_vinsn, tmp2_vinsn; local

Completed in 35 milliseconds