Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp574 bool FoundProfile = I != std::begin(SupportedProfiles) && in parseArchString() local
576 if (!FoundProfile) { in parseArchString()
578 FoundProfile = (I != std::begin(SupportedExperimentalProfiles) && in parseArchString()
580 if (FoundProfile && !EnableExperimentalExtension) { in parseArchString()
586 if (FoundProfile) { in parseArchString()