Home
last modified time | relevance | path

Searched refs:lhsOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp504 Value lhsOperand = lhsOperands[operand]; in addToCluster() local
506 if (lhsOperand == rhsOperand) in addToCluster()
509 if (lhsOperand.getType() != rhsOperand.getType()) in addToCluster()
513 bool lhsIsInBlock = lhsOperand.getParentBlock() == leaderBlock; in addToCluster()
533 if (!isValidSuccessorArg(leaderBlock, lhsOperand) || in addToCluster()
543 if (leaderData.getOrderOf(lhsOperand) != blockData.getOrderOf(rhsOperand)) in addToCluster()