Lines Matching refs:continueBlock
1556 auto *continueBlock = getOrCreateBlock(operands[1]); in processLoopMerge() local
1561 .try_emplace(curBlock, loc, loopControl, mergeBlock, continueBlock) in processLoopMerge()
1614 headerBlock(header), mergeBlock(merge), continueBlock(cont), in ControlFlowStructurizer()
1621 headerBlock(header), mergeBlock(merge), continueBlock(cont) {}
1650 Block *continueBlock; // nullptr for spv.mlir.selection member in __anon3e18fa6b0211::ControlFlowStructurizer
1703 bool isLoop = continueBlock != nullptr; in structurize()
1858 Block *newContinue = it->second.continueBlock; in structurize()
2010 auto *continueBlock = mergeInfo.continueBlock; in structurizeControlFlow() local
2011 LLVM_DEBUG(if (continueBlock) { in structurizeControlFlow()
2012 logger.startLine() << "[cf] continue block " << continueBlock << ":\n"; in structurizeControlFlow()
2013 continueBlock->print(logger.getOStream()); in structurizeControlFlow()
2021 mergeBlock, continueBlock in structurizeControlFlow()