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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6302 tree single_input = reduc_inputs[0]; local
6304 single_input = gimple_build (&stmts, code, vectype,
6305 single_input, reduc_inputs[k]);
6309 reduc_inputs.safe_push (single_input);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5496 tree single_input = reduc_inputs[0]; local
5498 single_input = gimple_build (&stmts, code, vectype,
5499 single_input, reduc_inputs[k]);
5503 reduc_inputs.safe_push (single_input);

Completed in 144 milliseconds