Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp284 DenseMap<func::FuncOp, DenseSet<func::FuncOp>> calledBy; in getFuncOpsOrderedByCalls() local
304 if (calledBy[calledFunction].insert(funcOp).second) { in getFuncOpsOrderedByCalls()
321 for (auto callee : calledBy[it->getFirst()]) in getFuncOpsOrderedByCalls()