Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h545 void removeIndependentConstraints(unsigned pos, unsigned num);
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp3076 void FlatAffineConstraints::removeIndependentConstraints(unsigned pos, in removeIndependentConstraints() function in FlatAffineConstraints
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2944 cst.removeIndependentConstraints(/*pos=*/0, /*num=*/loops.size()); in createSeparationCondition()