Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/EDSC/
DBuilders.cpp71 return createBlockInRegion(*block->getParent(), argTypes); in createBlock()
74 Block *mlir::edsc::createBlockInRegion(Region &region, TypeRange argTypes) { in createBlockInRegion() function in mlir::edsc
110 Block *block = createBlockInRegion(region, argTypes); in buildInNewBlock()
/external/llvm-project/mlir/include/mlir/EDSC/
DBuilders.h102 Block *createBlockInRegion(Region &region, TypeRange argTypes = llvm::None);