Searched defs:createBlock (Results 1 – 6 of 6) sorted by relevance
75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
353 Block *OpBuilder::createBlock(Region *parent, Region::iterator insertPt, in createBlock() function in OpBuilder372 Block *OpBuilder::createBlock(Block *insertBefore, TypeRange argTypes, in createBlock() function in OpBuilder
1025 void IslNodeBuilder::createBlock(__isl_take isl_ast_node *Block) { in createBlock() function in IslNodeBuilder
838 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
1620 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder5155 CFGBlock *CFG::createBlock() { in createBlock() function in CFG
60 static mlir::Block *createBlock(mlir::ConversionPatternRewriter &rewriter, in createBlock() function