Searched refs:createBlockInRegion (Results 1 – 2 of 2) sorted by relevance
71 return createBlockInRegion(*block->getParent(), argTypes); in createBlock()74 Block *mlir::edsc::createBlockInRegion(Region ®ion, TypeRange argTypes) { in createBlockInRegion() function in mlir::edsc110 Block *block = createBlockInRegion(region, argTypes); in buildInNewBlock()
102 Block *createBlockInRegion(Region ®ion, TypeRange argTypes = llvm::None);