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

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 4806 bool successfully_inlined = false;
4939 successfully_inlined = expand_call_inline (bb, stmt, id, to_purge);
5336 successfully_inlined = true;
5340 return successfully_inlined;
4805 bool successfully_inlined = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 4775 bool successfully_inlined = false;
4908 successfully_inlined = expand_call_inline (bb, stmt, id, to_purge);
5299 successfully_inlined = true;
5303 return successfully_inlined;
4774 bool successfully_inlined = false; local

Completed in 31 milliseconds