Searched refs:foldScopes (Results 1 – 2 of 2) sorted by relevance
128 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()
132 DenseMap<Region *, ConstantMap> foldScopes; variable