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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 445 gcond *stmt3;
464 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE);
467 conds.quick_push (stmt3);
442 gcond *stmt3; local
value-prof.cc 667 gcond *stmt3; local
690 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE);
693 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
694 bb1end = stmt3;
877 gassign *stmt1, *stmt2, *stmt3; local
902 stmt3 = gimple_build_assign (tmp3, BIT_AND_EXPR, tmp2, op2);
906 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
1029 gcond *stmt3; local
1052 stmt3 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE);
1055 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT)
    [all...]
tree-profile.cc 1536 gassign *stmt1, *stmt2, *stmt3; local
1548 stmt3: __gcov_indirect_call.callee = tmp1;
1568 stmt3 = gimple_build_assign (callee_ref, tmp1);
1572 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 425 gcond *stmt3;
444 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE);
447 conds.quick_push (stmt3);
422 gcond *stmt3; local
tree-profile.cc 271 gassign *stmt3 = gimple_build_assign (unshare_expr (ref), local
275 gsi_insert_on_edge (e, stmt3);
369 gassign *stmt1, *stmt2, *stmt3; local
381 stmt3: __gcov_indirect_call.callee = tmp1;
401 stmt3 = gimple_build_assign (callee_ref, tmp1);
405 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
value-prof.cc 679 gcond *stmt3; local
702 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE);
705 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
706 bb1end = stmt3;
889 gassign *stmt1, *stmt2, *stmt3; local
914 stmt3 = gimple_build_assign (tmp3, BIT_AND_EXPR, tmp2, op2);
918 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT);
1041 gcond *stmt3; local
1064 stmt3 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE);
1067 gsi_insert_before (&gsi, stmt3, GSI_SAME_STMT)
    [all...]

Completed in 33 milliseconds