Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp287 enum class BlockActionKind { enum
316 return {BlockActionKind::Create, block, {}}; in getCreate()
339 BlockActionKind kind;
1183 if (action.kind == BlockActionKind::Erase) in eraseDanglingBlocks()
1193 case BlockActionKind::Create: { in undoBlockActions()
1204 case BlockActionKind::Erase: { in undoBlockActions()
1216 case BlockActionKind::Merge: { in undoBlockActions()
1228 case BlockActionKind::Move: { in undoBlockActions()
1238 case BlockActionKind::Split: { in undoBlockActions()
1246 case BlockActionKind::TypeConversion: { in undoBlockActions()
[all …]