Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DCSE.cpp58 struct CFGStackNode { struct
59 CFGStackNode(ScopedMapTy &knownValues, DominanceInfoNode *node) in CFGStackNode() function
186 std::deque<std::unique_ptr<CFGStackNode>> stack; in simplifyRegion()
189 stack.emplace_back(std::make_unique<CFGStackNode>( in simplifyRegion()
205 std::make_unique<CFGStackNode>(knownValues, childNode)); in simplifyRegion()