Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp501 bool rhsIsInBlock = rhsOperand.getParentBlock() == mergeBlock; in addToCluster() local
502 if (lhsIsInBlock != rhsIsInBlock) in addToCluster()