/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | AttributorTest.cpp | 59 InformationCache InfoCache(M, AG, Allocator, nullptr); in TEST_F() local 154 InformationCache InfoCache(M, AG, Allocator, nullptr); in TEST_F() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 452 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); updateImpl() local 558 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); checkForQueuePtr() local 763 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); initialize() local 783 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); manifest() local 829 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); initialize() local 848 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); updateImpl() local 891 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); manifest() local 1035 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM); runImpl() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 841 if (!InfoCache.stackIsAccessibleByOtherThreads()) { in isAssumedThreadLocalObject() local 292 isValidAtPosition(const AA::ValueAndContext & VAC,InformationCache & InfoCache) isValidAtPosition() argument 1066 Attributor(SetVector<Function * > & Functions,InformationCache & InfoCache,AttributorConfig Configuration) Attributor() argument 3816 runAttributorOnFunctions(InformationCache & InfoCache,SetVector<Function * > & Functions,AnalysisGetter & AG,CallGraphUpdater & CGUpdater,bool DeleteFns,bool IsModulePass) runAttributorOnFunctions() argument 3919 runAttributorLightOnFunctions(InformationCache & InfoCache,SetVector<Function * > & Functions,AnalysisGetter & AG,CallGraphUpdater & CGUpdater,FunctionAnalysisManager & FAM,bool IsModulePass) runAttributorLightOnFunctions() argument 4041 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); run() local 4069 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); run() local 4093 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); run() local 4125 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); run() local [all...] |
H A D | AttributorAttributes.cpp | 1128 InformationCache &InfoCache = A.getInfoCache(); forallInterferingAccesses() local 2433 InformationCache &InfoCache = A.getInfoCache(); isImpliedByIR() local 4197 InformationCache &InfoCache = A.getInfoCache(); isDeadStore() local 9064 InformationCache &InfoCache = A.getInfoCache(); isValidCtxInstructionForOutsideAnalysis() local 10182 InformationCache &InfoCache = A.getInfoCache(); followUseInMBEC() local 11001 InformationCache &InfoCache = A.getInfoCache(); handleCmp() local 11135 InformationCache &InfoCache = A.getInfoCache(); handleLoadInst() local 11271 InformationCache &InfoCache = A.getInfoCache(); handleGenericInst() local [all...] |
H A D | OpenMPOpt.cpp | 3279 auto &InfoCache = A.getInfoCache(); updateImpl() local 5791 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ nullptr, PostLink); run() local 5871 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, run() local
|