Home
last modified time | relevance | path

Searched refs:ccand1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c509 iv_common_cand_hasher::equal (const iv_common_cand *ccand1, in equal() argument
512 return (ccand1->hash == ccand2->hash in equal()
513 && operand_equal_p (ccand1->base, ccand2->base, 0) in equal()
514 && operand_equal_p (ccand1->step, ccand2->step, 0) in equal()
515 && (TYPE_PRECISION (TREE_TYPE (ccand1->base)) in equal()
3425 const class iv_common_cand *const *const ccand1 in common_cand_cmp() local
3430 n1 = (*ccand1)->uses.length (); in common_cand_cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc510 iv_common_cand_hasher::equal (const iv_common_cand *ccand1, in equal() argument
513 return (ccand1->hash == ccand2->hash in equal()
514 && operand_equal_p (ccand1->base, ccand2->base, 0) in equal()
515 && operand_equal_p (ccand1->step, ccand2->step, 0) in equal()
516 && (TYPE_PRECISION (TREE_TYPE (ccand1->base)) in equal()
3456 const class iv_common_cand *const *const ccand1 in common_cand_cmp() local
3461 n1 = (*ccand1)->uses.length (); in common_cand_cmp()