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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 430 /* Function exist_non_indexing_operands_for_use_p
436 exist_non_indexing_operands_for_use_p (tree use, stmt_vec_info stmt_info) function
502 - FORCE is true if exist_non_indexing_operands_for_use_p check shouldn't
531 if (!force && !exist_non_indexing_operands_for_use_p (use, stmt_vinfo))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 398 /* Function exist_non_indexing_operands_for_use_p
404 exist_non_indexing_operands_for_use_p (tree use, stmt_vec_info stmt_info) function
470 - FORCE is true if exist_non_indexing_operands_for_use_p check shouldn't
499 if (!force && !exist_non_indexing_operands_for_use_p (use, stmt_vinfo))

Completed in 35 milliseconds