Home
last modified time | relevance | path

Searched refs:OMPInfoCache (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp702 OREGetter(OREGetter), OMPInfoCache(OMPInfoCache), A(A) {} in OpenMPOpt()
725 OMPInfoCache.recollectUses(); in run()
741 OMPInfoCache.recollectUses(); in run()
784 if (!OMPInfoCache.Kernels.count(F)) in printKernels()
1808 OMPInformationCache &OMPInfoCache; member
1844 if (!OMPInfoCache.ModuleSlice.count(&F)) in getUniqueKernelFor()
2089 auto &SetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Setter]; in updateImpl()
2143 auto &GetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Getter]; in getValueForCall()
2144 auto &SetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Setter]; in getValueForCall()
2809 if (!OMPInfoCache.Kernels.count(Fn)) in initialize()
[all …]