Lines Matching defs:newConditions
946 SmallVector<Value> newMemrefs, newConditions;
952 Value &newCond = newConditions[memrefToCondition[memref]];
957 memrefToCondition.insert({memref, newConditions.size()});
959 newConditions.push_back(cond);
965 return updateDeallocIfChanged(deallocOp, newMemrefs, newConditions,
1060 SmallVector<Value> newMemrefs, newConditions;
1065 newConditions.push_back(cond);
1069 return updateDeallocIfChanged(deallocOp, newMemrefs, newConditions,
1137 SmallVector<Value> newMemrefs, newConditions;
1154 newConditions.push_back(cond);
1157 if (failed(updateDeallocIfChanged(deallocOp, newMemrefs, newConditions,