Searched refs:loopCarried (Results 1 – 1 of 1) sorted by relevance
314 SmallVector<Value, 8> loopCarried; in matchAndRewrite() local315 loopCarried.push_back(stepped); in matchAndRewrite()316 loopCarried.append(terminator->operand_begin(), terminator->operand_end()); in matchAndRewrite()317 rewriter.create<BranchOp>(loc, conditionBlock, loopCarried); in matchAndRewrite()