Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBlock.cpp289 Block *Block::splitBlock(iterator splitBefore) { in splitBlock() argument
297 newBB->getOperations().splice(newBB->end(), getOperations(), splitBefore, in splitBlock()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlock.h330 Block *splitBlock(iterator splitBefore);