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

  /src/external/gpl3/gcc/dist/gcc/
ipa-inline-transform.cc 260 bool speculation_removed = false; local
273 speculation_removed = true;
276 speculation_removed |= check_speculations_1 (e->callee, new_edges,
279 return speculation_removed;
535 || speculation_removed
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-transform.cc 258 bool speculation_removed = false; local
271 speculation_removed = true;
274 speculation_removed |= check_speculations_1 (e->callee, new_edges,
277 return speculation_removed;
533 || speculation_removed

Completed in 93 milliseconds