Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h1041 bool hasBoundedRecursion,
1048 bool hasBoundedRewriteRecursion() const { return hasBoundedRecursion; } in hasBoundedRewriteRecursion()
1060 bool hasBoundedRecursion, const CompoundStmt *body) in PatternDecl() argument
1062 hasBoundedRecursion(hasBoundedRecursion), patternBody(body) {} in PatternDecl()
1069 bool hasBoundedRecursion; variable
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp522 bool hasBoundedRecursion, in create() argument
525 PatternDecl(loc, name, benefit, hasBoundedRecursion, body); in create()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp188 bool hasBoundedRecursion = false;
1577 metadata.hasBoundedRecursion = true; in parsePatternDeclMetadata()
2498 metadata.hasBoundedRecursion, body); in createPatternDecl()
189 bool hasBoundedRecursion = false; global() member