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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dse.cc 843 /* Callback for dse_classify_store calling for_each_index. Verify that
885 like DSE_CLASSIFY_STORE, but it doesn't seem to be worth
975 dse_classify_store (ao_ref *ref, gimple *stmt, function
1411 store_status = dse_classify_store (&ref, stmt,
1492 store_status = dse_classify_store (&ref, stmt,
1528 store_status = dse_classify_store (&ref, stmt, false, live_bytes);
1556 store_status = dse_classify_store (&ref, stmt,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dse.cc 799 /* Callback for dse_classify_store calling for_each_index. Verify that
841 like DSE_CLASSIFY_STORE, but it doesn't seem to be worth
916 dse_classify_store (ao_ref *ref, gimple *stmt, function
1269 store_status = dse_classify_store (&ref, stmt,
1350 store_status = dse_classify_store (&ref, stmt,
1396 store_status = dse_classify_store (&ref, stmt,

Completed in 19 milliseconds