Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h108 void setSpaceExceptLocals(const PresburgerSpace &oSpace);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp28 disjunct.setSpaceExceptLocals(space); in setSpace()
H A DIntegerRelation.cpp46 void IntegerRelation::setSpaceExceptLocals(const PresburgerSpace &oSpace) { in setSpaceExceptLocals() function in IntegerRelation