Lines Matching refs:ICVs
434 ICVs; member
441 auto &ICV = ICVs[_Name]; \ in initializeInternalControlVars()
446 auto &ICV = ICVs[Name]; \ in initializeInternalControlVars()
451 auto &ICV = ICVs[Enum]; \ in initializeInternalControlVars()
991 InternalControlVar ICVs[] = {ICV_nthreads, ICV_active_levels, ICV_cancel, in printICVs() local
995 for (auto ICV : ICVs) { in printICVs()
996 auto ICVInfo = OMPInfoCache.ICVs[ICV]; in printICVs()
2320 auto &SetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Setter]; in updateImpl()
2373 auto &GetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Getter]; in getValueForCall()
2374 auto &SetterRFI = OMPInfoCache.RFIs[OMPInfoCache.ICVs[ICV].Setter]; in getValueForCall()
2565 auto ICVInfo = OMPInfoCache.ICVs[ICV]; in initialize()
5514 for (int Idx = 0; Idx < OMPInfoCache.ICVs.size() - 1; ++Idx) { in registerAAs()
5515 auto ICVInfo = OMPInfoCache.ICVs[static_cast<InternalControlVar>(Idx)]; in registerAAs()