Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp292 Value currentItem = workList.pop_back_val(); in compute() local
294 if (!visitedValues.insert(currentItem).second) in compute()
301 currentItem, dyn_cast<BranchOpInterface>( in compute()
302 currentItem.getParentBlock()->getTerminator())); in compute()
308 for (auto *user : currentItem.getUsers()) in compute()
317 if (currentItem.dyn_cast<BlockArgument>()) { in compute()
319 currentItem.cast<BlockArgument>(); in compute()
360 Operation *currentItemDefiningOp = currentItem.getDefiningOp(); in compute()