Lines Matching refs:headerBlock
1614 headerBlock(header), mergeBlock(merge), continueBlock(cont), in ControlFlowStructurizer()
1621 headerBlock(header), mergeBlock(merge), continueBlock(cont) {}
1648 Block *headerBlock; member in __anon3e18fa6b0211::ControlFlowStructurizer
1690 constructBlocks.insert(headerBlock); in collectBlocksInConstruct()
1784 headerBlock->replaceAllUsesWith(mergeBlock); in structurize()
1788 headerBlock->getParentOp()->print(logger.getOStream()); in structurize()
1801 for (BlockArgument blockArg : headerBlock->getArguments()) in structurize()
1807 if (!headerBlock->args_empty()) in structurize()
1813 builder.create<spirv::BranchOp>(location, mapper.lookupOrNull(headerBlock), in structurize()
1897 << headerBlock << ":\n" in structurize()
1991 Block *headerBlock = blockMergeInfo.begin()->first; in structurizeControlFlow() local
1995 logger.startLine() << "[cf] header block " << headerBlock << ":\n"; in structurizeControlFlow()
1996 headerBlock->print(logger.getOStream()); in structurizeControlFlow()
2020 blockMergeInfo, headerBlock, in structurizeControlFlow()