Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3030 auto PerFile = PerDevice->second.find(FileID); in hasTargetRegionEntryInfo() local
3031 if (PerFile == PerDevice->second.end()) in hasTargetRegionEntryInfo()
3033 auto PerParentName = PerFile->second.find(ParentName); in hasTargetRegionEntryInfo()
3034 if (PerParentName == PerFile->second.end()) in hasTargetRegionEntryInfo()