Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp885 void undoBlockActions(unsigned numActionsToKeep = 0);
1188 unsigned numActionsToKeep) { in undoBlockActions() argument
1190 llvm::reverse(llvm::drop_begin(blockActions, numActionsToKeep))) { in undoBlockActions()
1252 blockActions.resize(numActionsToKeep); in undoBlockActions()