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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 2918 int killed_stmts = 0; local
2938 killed_stmts++;
2942 return killed_stmts;
2948 return killed_stmts;
2951 killed_stmts++;
2996 killed_stmts++;
3008 bb->index, killed_stmts);
3010 return killed_stmts;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 2922 int killed_stmts = 0; local
2942 killed_stmts++;
2946 return killed_stmts;
2952 return killed_stmts;
2955 killed_stmts++;
3000 killed_stmts++;
3012 bb->index, killed_stmts);
3014 return killed_stmts;

Completed in 102 milliseconds