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

  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 1204 // may produce transitive relations to RELATION. EQUIV1 and EQUIV2 are
1226 const_bitmap equiv2 = equiv_set (relation.op2 (), root_bb); local
1236 if (!bitmap_intersect_p (bm, equiv1) && !bitmap_intersect_p (bm, equiv2))
1262 if (bitmap_bit_p (equiv2, SSA_NAME_VERSION (p1)))
1264 else if (bitmap_bit_p (equiv2, SSA_NAME_VERSION (p2)))
1417 const_bitmap equiv2 = equiv_set (ssa2, bb); local
1418 if (bitmap_bit_p (equiv1, v2) && bitmap_bit_p (equiv2, v1))
1431 kind = query_relation (bb, equiv1, equiv2);
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 990 // may produce transitive relations to RELATION. EQUIV1 and EQUIV2 are
1012 const_bitmap equiv2 = equiv_set (relation.op2 (), root_bb); local
1022 if (!bitmap_intersect_p (bm, equiv1) && !bitmap_intersect_p (bm, equiv2))
1048 if (bitmap_bit_p (equiv2, SSA_NAME_VERSION (p1)))
1050 else if (bitmap_bit_p (equiv2, SSA_NAME_VERSION (p2)))
1197 const_bitmap equiv2 = equiv_set (ssa2, bb); local
1198 if (bitmap_bit_p (equiv1, v2) && bitmap_bit_p (equiv2, v1))
1207 kind = query_relation (bb, equiv1, equiv2);

Completed in 26 milliseconds