Searched refs:toSort (Results 1 – 3 of 3) sorted by relevance
168 : toSort(set), topologicalCounts(), seen() {} in DFSState()169 const SetVector<Operation *> &toSort; member185 if (state->toSort.count(current) > 0) { in DFSPostorder()192 mlir::topologicalSort(const SetVector<Operation *> &toSort) { in topologicalSort() argument193 if (toSort.empty()) { in topologicalSort()194 return toSort; in topologicalSort()198 DFSState state(toSort); in topologicalSort()199 for (auto *s : toSort) { in topologicalSort()200 assert(toSort.count(s) == 1 && "NYI: multi-sets not supported"); in topologicalSort()
367 UChar *toSort[LINES]; in TestInvalidThai() local385 toSort[i] = strings[i]; in TestInvalidThai()388 qsort (toSort, LINES, sizeof (UChar *), StrCmp); in TestInvalidThai()394 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER) in TestInvalidThai()400 iteratorText.setTo(toSort[i]); in TestInvalidThai()
202 topologicalSort(const llvm::SetVector<Operation *> &toSort);