Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/
DAffineStructuresTest.cpp270 fac.removeRedundantConstraints(); in TEST()
283 fac2.removeRedundantConstraints(); in TEST()
296 fac3.removeRedundantConstraints(); in TEST()
351 fac4.removeRedundantConstraints(); in TEST()
367 fac5.removeRedundantConstraints(); in TEST()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h568 void removeRedundantConstraints();
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1440 void FlatAffineConstraints::removeRedundantConstraints() { in removeRedundantConstraints() function in FlatAffineConstraints