Searched refs:loadOpInst (Results 1 – 1 of 1) sorted by relevance
122 for (auto *loadOpInst : loads) { in getLoadOpCount() local123 if (memref == cast<AffineReadOpInterface>(loadOpInst).getMemRef()) in getLoadOpCount()151 for (auto *loadOpInst : loads) { in getLoadOpsForMemref() local152 if (memref == cast<AffineReadOpInterface>(loadOpInst).getMemRef()) in getLoadOpsForMemref()153 loadOps->push_back(loadOpInst); in getLoadOpsForMemref()161 for (auto *loadOpInst : loads) { in getLoadAndStoreMemrefSet() local162 loadMemrefs.insert(cast<AffineReadOpInterface>(loadOpInst).getMemRef()); in getLoadAndStoreMemrefSet()