Searched refs:terminatorOperands (Results 1 – 5 of 5) sorted by relevance
189 auto terminatorOperands = in verifyTypesAlongControlFlowEdges() local191 if (!terminatorOperands) in verifyTypesAlongControlFlowEdges()195 regionReturnOperands = terminatorOperands; in verifyTypesAlongControlFlowEdges()202 terminatorOperands->getTypes())) in verifyTypesAlongControlFlowEdges()
444 auto terminatorOperands = *getMutableRegionBranchSuccessorOperands( in introduceClonesForRegionSuccessors() local449 OperandRange immutableTerminatorOperands = terminatorOperands; in introduceClonesForRegionSuccessors()456 terminatorOperands.slice(operandIndex, 1).assign(*clone); in introduceClonesForRegionSuccessors()
428 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local430 rewriter.create<cf::BranchOp>(loc, remainingOpsBlock, terminatorOperands); in matchAndRewrite()
959 SmallVector<Value> terminatorOperands; in matchAndRewrite() local961 terminatorOperands))) in matchAndRewrite()965 rewriter.replaceOp(op, terminatorOperands); in matchAndRewrite()
1075 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local1077 rewriter.create<LLVM::BrOp>(loc, terminatorOperands, endBlock); in matchAndRewrite()1134 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local1136 rewriter.create<LLVM::BrOp>(loc, terminatorOperands, continueBlock); in matchAndRewrite()