Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DFoldUtils.cpp128 foldScopes[getInsertionRegion(interfaces, op->getBlock())]; in notifyRemoval()
139 foldScopes.clear(); in clear()
158 auto &uniquedConstants = foldScopes[insertRegion]; in getOrCreateConstant()
203 auto &uniquedConstants = foldScopes[insertRegion]; in tryToFold()
/external/llvm-project/mlir/include/mlir/Transforms/
DFoldUtils.h132 DenseMap<Region *, ConstantMap> foldScopes; variable