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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 1027 /* Verify that the single use of lhs is a comparison against zero. */
1082 /* Replace the SSA_NAME we compare against zero. Adjust
2420 seq_entry &against = seq[ptr-1]; local
2421 if (against.second == sm_ord
2422 || (against.second == sm_other && against.from != NULL_TREE))
2426 if (new_cand.first == against.first
2428 memory_accesses.refs_list[against.first],
2432 std::swap (new_cand, against);
3096 sm_war disambiguates a store REF against all other loads to se
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 982 /* Verify that the single use of lhs is a comparison against zero. */
1037 /* Replace the SSA_NAME we compare against zero. Adjust
2369 seq_entry &against = seq[ptr-1]; local
2370 if (against.second == sm_ord
2371 || (against.second == sm_other && against.from != NULL_TREE))
2375 if (new_cand.first == against.first
2377 memory_accesses.refs_list[against.first],
2381 std::swap (new_cand, against);
3045 sm_war disambiguates a store REF against all other loads to se
    [all...]

Completed in 31 milliseconds