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

  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 795 /* The subgraph, exluding intermediates, for the nth Boolean expression. */
904 vec<basic_block>& subgraph = paths_between (ctx, fnblocks, conds); local
905 subgraph.sort (topological_cmp, &ctx.top_index);
911 for (basic_block b : subgraph)
913 cov->m_blocks.safe_splice (subgraph);
1009 /* Add instrumentation to a decision subgraph. EXPR should be the

Completed in 16 milliseconds