Searched refs:neededValues (Results 1 – 1 of 1) sorted by relevance
29 for (Value val : neededValues) { in neededValuesDominateInsertionPoint()58 const SmallVector<Value> &neededValues) { in findValidInsertionPoint() argument65 for (Value val : neededValues) { in findValidInsertionPoint()84 neededValues)) in findValidInsertionPoint()112 SmallVector<Value> neededValues; in eliminateAllocTensors() local114 if (!anchorMatchFunc(operand, neededValues)) in eliminateAllocTensors()196 [&](OpOperand &operand, SmallVector<Value> &neededValues) { in insertSliceAnchoredAllocTensorEliminationStep() argument205 neededValues.append(insertSliceOp.getOffsets().begin(), in insertSliceAnchoredAllocTensorEliminationStep()207 neededValues.append(insertSliceOp.getSizes().begin(), in insertSliceAnchoredAllocTensorEliminationStep()209 neededValues.append(insertSliceOp.getStrides().begin(), in insertSliceAnchoredAllocTensorEliminationStep()[all …]