Home
last modified time | relevance | path

Searched defs:eraseArguments (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DBlock.cpp180 void Block::eraseArguments(ArrayRef<unsigned> argIndices) { in eraseArguments() function in Block
187 void Block::eraseArguments(llvm::BitVector eraseIndices) { in eraseArguments() function in Block
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h268 void eraseArguments(ArrayRef<unsigned> argIndices) { in eraseArguments() function