Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h994 bool hasBoundedRecursion,
1001 bool hasBoundedRewriteRecursion() const { return hasBoundedRecursion; } in hasBoundedRewriteRecursion()
1013 bool hasBoundedRecursion, const CompoundStmt *body) in PatternDecl() argument
1015 hasBoundedRecursion(hasBoundedRecursion), patternBody(body) {} in PatternDecl()
1021 bool hasBoundedRecursion; variable
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp500 bool hasBoundedRecursion, in create() argument
503 PatternDecl(loc, name, benefit, hasBoundedRecursion, body); in create()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp182 bool hasBoundedRecursion = false; member
1548 metadata.hasBoundedRecursion = true; in parsePatternDeclMetadata()
2462 metadata.hasBoundedRecursion, body); in createPatternDecl()