Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DBlock.cpp93 void Block::dropAllDefinedValueUses() { in dropAllDefinedValueUses() function in Block
97 op.dropAllDefinedValueUses(); in dropAllDefinedValueUses()
DOperation.cpp545 void Operation::dropAllDefinedValueUses() { in dropAllDefinedValueUses() function in Operation
550 block.dropAllDefinedValueUses(); in dropAllDefinedValueUses()
/external/llvm-project/mlir/include/mlir/IR/
DBlock.h154 void dropAllDefinedValueUses();
DOperation.h180 void dropAllDefinedValueUses();
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp110 block.dropAllDefinedValueUses(); in eraseUnreachableBlocks()
DDialectConversion.cpp849 block.dropAllDefinedValueUses(); in detachNestedAndErase()
976 action.block->dropAllDefinedValueUses(); in undoBlockActions()
1018 action.block->dropAllDefinedValueUses(); in undoBlockActions()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp752 block.dropAllDefinedValueUses(); in ~CleanupOpStateRegions()