Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp263 auto findUnsafeValues = [&](Value source, Block *definingBlock) { in introduceClones() local
288 findUnsafeValues(allocValue, allocValue.getDefiningOp()->getBlock()); in introduceClones()
294 findUnsafeValues(std::get<0>(current), std::get<1>(current)); in introduceClones()