Lines Matching refs:OMPInformationCache
183 struct OMPInformationCache : public InformationCache { struct
184 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() argument
789 OMPInformationCache &OMPInfoCache, Attributor &A) in OpenMPOpt()
892 Use &U, OMPInformationCache::RuntimeFunctionInfo *RFI = nullptr) { in getCallIfRegularCall()
904 Value &V, OMPInformationCache::RuntimeFunctionInfo *RFI = nullptr) { in getCallIfRegularCall()
921 OMPInformationCache::RuntimeFunctionInfo &RFI = in mergeParallelRegions()
928 OMPInformationCache::RuntimeFunctionInfo UnmergableCallsInfo[] = { in mergeParallelRegions()
1290 OMPInformationCache::RuntimeFunctionInfo &RFI = in deleteParallelRegions()
1817 getCombinedIdentFromCallUsesIn(OMPInformationCache::RuntimeFunctionInfo &RFI, in getCombinedIdentFromCallUsesIn()
1850 OMPInformationCache::RuntimeFunctionInfo &RFI, in deduplicateRuntimeCalls()
1986 OMPInformationCache::RuntimeFunctionInfo &GlobThreadNumRFI = in collectGlobalThreadIdArguments()
2073 ExternalizationRAII(OMPInformationCache &OMPInfoCache, in ExternalizationRAII()
2108 OMPInformationCache &OMPInfoCache;
2193 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in getUniqueKernelFor()
2206 OMPInformationCache::foreachUse(F, [&](const Use &U) { in getUniqueKernelFor()
2221 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in rewriteDeviceCodeStateMachine()
2241 OMPInformationCache::foreachUse(*F, [&](Use &U) { in rewriteDeviceCodeStateMachine()
2397 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
2452 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in getValueForCall()
2644 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
2823 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
2942 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in findPotentialRemovedFreeCalls()
2968 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
2996 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in manifest()
3072 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
3167 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
3171 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in initialize()
3173 OMPInformationCache::RuntimeFunctionInfo &DeinitRFI = in initialize()
3179 OMPInformationCache::RuntimeFunctionInfo &RFI, in initialize()
3346 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in changeToSPMDMode()
3499 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in changeToSPMDMode()
3819 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in buildCustomStateMachine()
4143 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateParallelLevels()
4144 OMPInformationCache::RuntimeFunctionInfo &Parallel51RFI = in updateParallelLevels()
4220 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
4340 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
4449 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
4755 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in registerAAs()
5003 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ Functions, Kernels); in run()
5076 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, in run()
5154 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, in runOnSCC()