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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 2350 /* sm_ord is used for ordinary stores we can retain order with respect
2355 enum sm_kind { sm_ord, sm_unord, sm_other }; enumerator in enum:sm_kind
2377 gcc_assert (kind == sm_ord && seq[i-1].from != NULL_TREE);
2392 if (!aux->store_flag || kind == sm_ord)
2421 if (against.second == sm_ord
2520 /* Simplify our lives by pruning the sequence of !sm_ord. */
2522 && first_edge_seq.last ().second != sm_ord)
2541 /* Simplify our lives by pruning the sequence of !sm_ord. */
2543 && edge_seq.last ().second != sm_ord)
2558 if (first_edge_seq[i].second == sm_ord)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 2299 /* sm_ord is used for ordinary stores we can retain order with respect
2304 enum sm_kind { sm_ord, sm_unord, sm_other }; enumerator in enum:sm_kind
2326 gcc_assert (kind == sm_ord && seq[i-1].from != NULL_TREE);
2341 if (!aux->store_flag || kind == sm_ord)
2370 if (against.second == sm_ord
2469 /* Simplify our lives by pruning the sequence of !sm_ord. */
2471 && first_edge_seq.last ().second != sm_ord)
2490 /* Simplify our lives by pruning the sequence of !sm_ord. */
2492 && edge_seq.last ().second != sm_ord)
2507 if (first_edge_seq[i].second == sm_ord)
    [all...]

Completed in 21 milliseconds