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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 136 tree init_ref; member in struct:reduction
428 re->init_ref = gimple_assign_rhs1 (producer);
445 if (!re->init_ref)
448 re->init_ref = unshare_expr (re->fini_ref);
453 if (re->init_ref && !operand_equal_p (re->init_ref, re->fini_ref, 0))
894 stmt = gimple_build_assign (tmp, re->init_ref);
tree-predcom.cc 1410 tree name, init, init_ref; local
1451 init_ref = gimple_assign_rhs1 (init_stmt);
1452 if (!REFERENCE_CLASS_P (init_ref)
1453 && !DECL_P (init_ref))
1456 /* Analyze the behavior of INIT_REF with respect to LOOP (innermost
1459 DR_REF (&init_dr) = init_ref;
1461 if (!dr_analyze_innermost (&DR_INNERMOST (&init_dr), init_ref, m_loop,
1473 ao_ref_init (&ref, init_ref);
1482 /* When the stmt is an assign to init_ref we could in theory
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 136 tree init_ref; member in struct:reduction
428 re->init_ref = gimple_assign_rhs1 (producer);
445 if (!re->init_ref)
448 re->init_ref = unshare_expr (re->fini_ref);
453 if (re->init_ref && !operand_equal_p (re->init_ref, re->fini_ref, 0))
894 stmt = gimple_build_assign (tmp, re->init_ref);
tree-predcom.cc 1379 tree name, init, init_ref; local
1420 init_ref = gimple_assign_rhs1 (init_stmt);
1421 if (!REFERENCE_CLASS_P (init_ref)
1422 && !DECL_P (init_ref))
1425 /* Analyze the behavior of INIT_REF with respect to LOOP (innermost
1428 DR_REF (&init_dr) = init_ref;
1430 if (!dr_analyze_innermost (&DR_INNERMOST (&init_dr), init_ref, m_loop,
1442 ao_ref_init (&ref, init_ref);
1451 /* When the stmt is an assign to init_ref we could in theory

Completed in 44 milliseconds