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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 962 InfoCache.getOpcodeInstMapForFunction(*AssociatedFunction);
984 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) {
1630 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
1902 // opcode we store them in the InfoCache. As not all opcodes are interesting
2002 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
2193 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
2325 static bool runAttributorOnFunctions(InformationCache &InfoCache,
2338 Attributor A(Functions, InfoCache, CGUpdater, /* Allowed */ nullptr,
2441 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
2442 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater
    [all...]
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 36 milliseconds