Lines Matching defs:continueBlock
1733 auto *continueBlock = getOrCreateBlock(operands[1]);
1738 .try_emplace(curBlock, loc, loopControl, mergeBlock, continueBlock)
1791 headerBlock(header), mergeBlock(merge), continueBlock(cont),
1798 headerBlock(header), mergeBlock(merge), continueBlock(cont) {}
1828 Block *continueBlock; // nullptr for spirv.mlir.selection
1881 bool isLoop = continueBlock != nullptr;
2036 Block *newContinue = it->second.continueBlock;
2188 auto *continueBlock = mergeInfo.continueBlock;
2189 LLVM_DEBUG(if (continueBlock) {
2190 logger.startLine() << "[cf] continue block " << continueBlock << ":\n";
2191 continueBlock->print(logger.getOStream());
2199 mergeBlock, continueBlock