HomeSort by: relevance | last modified time | path
    Searched defs:equiv1 (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
1225 const_bitmap equiv1 = equiv_set (relation.op1 (), root_bb); local
1236 if (!bitmap_intersect_p (bm, equiv1) && !bitmap_intersect_p (bm, equiv2))
1254 if (bitmap_bit_p (equiv1, SSA_NAME_VERSION (p1)))
1256 else if (bitmap_bit_p (equiv1, SSA_NAME_VERSION (p2)))
1416 const_bitmap equiv1 = equiv_set (ssa1, bb);
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
1011 const_bitmap equiv1 = equiv_set (relation.op1 (), root_bb); local
1022 if (!bitmap_intersect_p (bm, equiv1) && !bitmap_intersect_p (bm, equiv2))
1040 if (bitmap_bit_p (equiv1, SSA_NAME_VERSION (p1)))
1042 else if (bitmap_bit_p (equiv1, SSA_NAME_VERSION (p2)))
1196 const_bitmap equiv1 = equiv_set (ssa1, bb);
1198 if (bitmap_bit_p (equiv1, v2) && bitmap_bit_p (equiv2, v1))
1207 kind = query_relation (bb, equiv1, equiv2);

Completed in 25 milliseconds