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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 442 tree temp, tempn, tempc, tempcn;
461 tempcn = make_ssa_name (tempc, stmt2);
462 gimple_assign_set_lhs (stmt2, tempcn);
464 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE);
439 tree temp, tempn, tempc, tempcn; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 422 tree temp, tempn, tempc, tempcn;
441 tempcn = make_ssa_name (tempc, stmt2);
442 gimple_assign_set_lhs (stmt2, tempcn);
444 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE);
419 tree temp, tempn, tempc, tempcn; local

Completed in 25 milliseconds