Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp927 OMPInformationCache &OMPInfoCache, Attributor &A) in OpenMPOpt()
929 OREGetter(OREGetter), OMPInfoCache(OMPInfoCache), A(A) {} in OpenMPOpt()
951 OMPInfoCache.recollectUses(); in run()
967 OMPInfoCache.recollectUses(); in run()
982 if (OMPInfoCache.OpenMPPostLink) in run()
996 auto ICVInfo = OMPInfoCache.ICVs[ICV]; in printICVs()
1058 OMPInfoCache.RFIs[OMPRTL___kmpc_fork_call]; in mergeParallelRegions()
1065 OMPInfoCache.RFIs[OMPRTL___kmpc_push_proc_bind], in mergeParallelRegions()
1066 OMPInfoCache.RFIs[OMPRTL___kmpc_push_num_threads], in mergeParallelRegions()
1168 OMPInfoCache.OMPBuilder.createMaster(Loc, BodyGenCB, FiniCB); in mergeParallelRegions()
[all …]