Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp271 unsigned redPos, in matchReduction() argument
273 assert(redPos < iterCarriedArgs.size() && "'redPos' is out of bounds"); in matchReduction()
275 BlockArgument redCarriedVal = iterCarriedArgs[redPos]; in matchReduction()
313 if (terminatorOp->getOperand(redPos) != combinerOps.back()->getResults()[0]) in matchReduction()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DSliceAnalysis.h236 Value matchReduction(ArrayRef<BlockArgument> iterCarriedArgs, unsigned redPos,