Searched refs:topSort (Results 1 – 1 of 1) sorted by relevance
118 unsigned sz = topSort.size(); in permute()128 perm[i] = inv[topSort[i]]; in permute()222 topSort.push_back(i); in topSortDFS()300 topSort.clear(); in computeIterationGraph()301 topSort.reserve(n); in computeIterationGraph()307 std::reverse(std::begin(topSort), std::end(topSort)); in computeIterationGraph()1088 unsigned idx = topSort[at]; in genInit()1333 unsigned idx = topSort[at]; in genLoop()1348 unsigned idx = topSort[at]; in genLocals()1631 if (at == topSort.size()) { in genStmt()[all …]