Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp177 ASTrackerMapTy &getLoopToAliasSetMap() { return LoopToAliasSetMap; } in getLoopToAliasSetMap() function
209 LICM.getLoopToAliasSetMap().clear(); in runOnLoop()
250 auto &AliasSetMap = LICM.getLoopToAliasSetMap(); in doFinalization()
2224 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in cloneBasicBlockAnalysis()
2225 if (ASTIt == LICM.getLoopToAliasSetMap().end()) in cloneBasicBlockAnalysis()
2234 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in deleteAnalysisValue()
2235 if (ASTIt == LICM.getLoopToAliasSetMap().end()) in deleteAnalysisValue()
2244 if (!LICM.getLoopToAliasSetMap().count(L)) in deleteAnalysisLoop()
2247 LICM.getLoopToAliasSetMap().erase(L); in deleteAnalysisLoop()