HomeSort by: relevance | last modified time | path
    Searched defs:InfoCache (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 2486 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ Functions,
2489 Attributor A(Functions, InfoCache, CGUpdater);
2491 OpenMPOpt OMPOpt(SCC, CGUpdater, OREGetter, InfoCache, A);
2541 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator,
2544 Attributor A(Functions, InfoCache, CGUpdater, nullptr, false);
2546 OpenMPOpt OMPOpt(SCC, CGUpdater, OREGetter, InfoCache, A);
2616 OMPInformationCache InfoCache(
2620 Attributor A(Functions, InfoCache, CGUpdater, nullptr, false);
2622 OpenMPOpt OMPOpt(SCC, CGUpdater, OREGetter, InfoCache, A);
AttributorAttributes.cpp 1748 InformationCache &InfoCache = A.getInfoCache();
1750 DT = InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*Fn);
1751 AC = InfoCache.getAnalysisResultForFunction<AssumptionAnalysis>(*Fn);
8022 InformationCache &InfoCache = A.getInfoCache();
8024 DT = InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*F);
8025 AC = InfoCache.getAnalysisResultForFunction<AssumptionAnalysis>(*F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1058 /// \param InfoCache Cache to hold various information accessible for
1063 Attributor(SetVector<Function *> &Functions, InformationCache &InfoCache,
1066 : Allocator(InfoCache.Allocator), Functions(Functions),
1067 InfoCache(InfoCache), CGUpdater(CGUpdater), Allowed(Allowed),
1279 InformationCache &getInfoCache() { return InfoCache; }
1309 return F.hasExactDefinition() || InfoCache.InlineableFunctions.count(&F);
1603 const DataLayout &getDataLayout() const { return InfoCache.DL; }
1678 InformationCache &InfoCache;

Completed in 27 milliseconds