Home
last modified time | relevance | path

Searched refs:dependentOpPairs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp608 std::vector<std::pair<Operation *, Operation *>> dependentOpPairs; in computeSliceUnion() local
636 dependentOpPairs.push_back({opsA[i], opsB[j]}); in computeSliceUnion()
704 for (auto &dep : dependentOpPairs) { in computeSliceUnion()