Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3009 auto PerFile = PerDevice->second.find(FileID); in hasTargetRegionEntryInfo() local
3010 if (PerFile == PerDevice->second.end()) in hasTargetRegionEntryInfo()
3012 auto PerParentName = PerFile->second.find(ParentName); in hasTargetRegionEntryInfo()
3013 if (PerParentName == PerFile->second.end()) in hasTargetRegionEntryInfo()