Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1402 bool hasAllSuccessors = llvm::any_of( in genParserSuccessorResolution() local
1404 if (hasAllSuccessors) { in genParserSuccessorResolution()
2177 bool hasAllRegions = false, hasAllSuccessors = false; member in __anon81548fc81611::FormatParser
2407 if (hasAllSuccessors) in verifySuccessors()
2549 if (hasAllSuccessors || !seenSuccessors.insert(successor).second) in parseVariable()
2886 if (hasAllSuccessors || !seenSuccessors.empty()) in parseSuccessorsDirective()
2888 hasAllSuccessors = true; in parseSuccessorsDirective()