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.cpp576 bool FoundProfile = I != std::begin(SupportedProfiles) && in parseArchString() local
578 if (!FoundProfile) { in parseArchString()
580 FoundProfile = (I != std::begin(SupportedExperimentalProfiles) && in parseArchString()
582 if (FoundProfile && !EnableExperimentalExtension) { in parseArchString()
588 if (FoundProfile) { in parseArchString()