Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp492 Value rhsOperand = rhsOperands[operand]; in addToCluster() local
493 if (lhsOperand == rhsOperand) in addToCluster()
496 if (lhsOperand.getType() != rhsOperand.getType()) in addToCluster()
501 bool rhsIsInBlock = rhsOperand.getParentBlock() == mergeBlock; in addToCluster()
513 if (leaderData.getOrderOf(lhsOperand) != blockData.getOrderOf(rhsOperand)) in addToCluster()