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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 920 Attributor *A, InformationCache::OpcodeInstMapTy &OpcodeInstMap,
1887 void InformationCache::initializeInformationCache(const Function &CF,
1954 AAResults *InformationCache::getAAResultsForFunction(const Function &F) {
1958 InformationCache::FunctionInfo::~FunctionInfo() {
2002 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
2325 static bool runAttributorOnFunctions(InformationCache &InfoCache,
2441 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
2469 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
2545 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
2582 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions)
    [all...]
OpenMPOpt.cpp 119 struct OMPInformationCache : public InformationCache {
123 : InformationCache(M, AG, Allocator, &CGSCC), OMPBuilder(M),
AttributorAttributes.cpp 1748 InformationCache &InfoCache = A.getInfoCache();
8022 InformationCache &InfoCache = A.getInfoCache();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 92 // `InformationCache::getOpcodeInstMapForFunction` interface and eliminate the
127 struct InformationCache;
782 /// All attributes are given an InformationCache object at creation time to
784 /// InformationCache will hold information required by 'default' attributes,
790 /// reusable, it is advised to inherit from the InformationCache and cast the
792 struct InformationCache {
793 InformationCache(const Module &M, AnalysisGetter &AG,
814 ~InformationCache() {
1063 Attributor(SetVector<Function *> &Functions, InformationCache &InfoCache,
1279 InformationCache &getInfoCache() { return InfoCache;
    [all...]

Completed in 35 milliseconds