Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2072 struct ExternalizationRAII { struct
2073 ExternalizationRAII(OMPInformationCache &OMPInfoCache, in ExternalizationRAII() function
2083 ~ExternalizationRAII() { in ~ExternalizationRAII() argument
2120 ExternalizationRAII Parallel(OMPInfoCache, OMPRTL___kmpc_kernel_parallel); in runAttributor()
2121 ExternalizationRAII EndParallel(OMPInfoCache, in runAttributor()
2123 ExternalizationRAII BarrierSPMD(OMPInfoCache, in runAttributor()
2125 ExternalizationRAII BarrierGeneric(OMPInfoCache, in runAttributor()
2127 ExternalizationRAII ThreadId(OMPInfoCache, in runAttributor()
2129 ExternalizationRAII NumThreads( in runAttributor()
2131 ExternalizationRAII WarpSize(OMPInfoCache, OMPRTL___kmpc_get_warp_size); in runAttributor()