Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp70 SmallVector<unsigned, 2> usePositions; in replaceAllMemRefUsesWith() local
73 usePositions.push_back(opEntry.index()); in replaceAllMemRefUsesWith()
77 if (usePositions.empty()) in replaceAllMemRefUsesWith()
80 if (usePositions.size() > 1) { in replaceAllMemRefUsesWith()
86 unsigned memRefOperandPos = usePositions.front(); in replaceAllMemRefUsesWith()