Searched defs:topSort (Results 1 – 1 of 1) sorted by relevance
304 std::vector<unsigned> &topSort, in topSortDFS()324 std::vector<unsigned> &topSort) { in computeIterationGraph()625 linalg::GenericOp op, std::vector<unsigned> &topSort, in genInit()783 std::vector<unsigned> &topSort, unsigned at, in genLoop()799 std::vector<unsigned> &topSort, unsigned at, in genLocals()929 linalg::GenericOp op, std::vector<unsigned> &topSort, in genStmt()1023 std::vector<unsigned> topSort; in matchAndRewrite() local