Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp491 Value lhsOperand = lhsOperands[operand]; in addToCluster() local
493 if (lhsOperand == rhsOperand) in addToCluster()
496 if (lhsOperand.getType() != rhsOperand.getType()) in addToCluster()
500 bool lhsIsInBlock = lhsOperand.getParentBlock() == leaderBlock; in addToCluster()
513 if (leaderData.getOrderOf(lhsOperand) != blockData.getOrderOf(rhsOperand)) in addToCluster()