Searched refs:getLoopToAliasSetMap (Results 1 – 1 of 1) sorted by relevance
162 ASTrackerMapTy &getLoopToAliasSetMap() { return LoopToAliasSetMap; } in getLoopToAliasSetMap() function182 LICM.getLoopToAliasSetMap().clear(); in runOnLoop()222 assert(LICM.getLoopToAliasSetMap().empty() && in doFinalization()2024 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in cloneBasicBlockAnalysis()2025 if (ASTIt == LICM.getLoopToAliasSetMap().end()) in cloneBasicBlockAnalysis()2034 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in deleteAnalysisValue()2035 if (ASTIt == LICM.getLoopToAliasSetMap().end()) in deleteAnalysisValue()2044 if (!LICM.getLoopToAliasSetMap().count(L)) in deleteAnalysisLoop()2047 LICM.getLoopToAliasSetMap().erase(L); in deleteAnalysisLoop()