Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp315 auto *childNode = *(currentNode->childIterator++); in simplifyRegion() local
317 std::make_unique<CFGStackNode>(knownValues, childNode)); in simplifyRegion()