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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SCCIterator.h 233 template <class T> scc_iterator<T> scc_end(const T &G) { function in namespace:llvm
  /src/external/gpl3/gcc/dist/gcc/
cfganal.cc 1109 int scc_end;
1373 SCC_END[scc-header-index] is the position in the RPO array of the
1389 bb_data[dest->index].scc_end = -1;
1408 bb_data[dest->index].scc_end = idx - 1;
1438 && bb_data[dest->index].scc_end == -1
1442 bb_data[dest->index].scc_end = idx - 1;
1457 the RPO array up to RPO array index scc_end[header-index]. */
1465 (std::make_pair (i, bb_data[bb->index].scc_end));
1466 i = bb_data[bb->index].scc_end;
1105 int scc_end; member in struct:rpoamdbs_bb_data
  /src/external/gpl3/gcc.old/dist/gcc/
cfganal.cc 1106 int scc_end;
1370 SCC_END[scc-header-index] is the position in the RPO array of the
1386 bb_data[dest->index].scc_end = -1;
1405 bb_data[dest->index].scc_end = idx - 1;
1435 && bb_data[dest->index].scc_end == -1
1439 bb_data[dest->index].scc_end = idx - 1;
1454 the RPO array up to RPO array index scc_end[header-index]. */
1462 (std::make_pair (i, bb_data[bb->index].scc_end));
1463 i = bb_data[bb->index].scc_end;
1102 int scc_end; member in struct:rpoamdbs_bb_data

Completed in 32 milliseconds