Searched refs:isValueRead (Results 1 – 4 of 4) sorted by relevance
376 bool AnalysisState::isValueRead(Value value) const { in isValueRead() function in AnalysisState461 [&](OpResult opResult) { return isValueRead(opResult); })) in canOmitTensorCopy()
369 bool isValueRead(Value value) const;
211 bool isRead = state.isValueRead(bbArg); in funcOpBbArgReadWriteAnalysis()
384 return state.isValueRead(forOp.getRegionIterArgForOpOperand(opOperand)); in bufferizesToMemoryRead()