Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/Presburger/
DSimplexTest.cpp224 simplex.detectRedundant(); in TEST()
232 simplex.detectRedundant(); in TEST()
241 simplex.detectRedundant(); in TEST()
249 simplex.detectRedundant(); in TEST()
257 simplex.detectRedundant(); in TEST()
265 simplex.detectRedundant(); in TEST()
273 simplex.detectRedundant(); in TEST()
281 simplex.detectRedundant(); in TEST()
295 simplex.detectRedundant(); in TEST()
315 simplex.detectRedundant(); in TEST()
[all …]
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h200 void detectRedundant();
/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp184 simplex.detectRedundant(); in subtractRecursively()
DAffineStructures.cpp1446 simplex.detectRedundant(); in removeRedundantConstraints()
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp516 void Simplex::detectRedundant() { in detectRedundant() function in mlir::Simplex