Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h63 SmallSet<Capability::Capability, 8> AllCaps; member
76 AllCaps.clear(); in clear()
H A DSPIRVModuleAnalysis.cpp440 AllCaps.insert(Cap); in pruneCapabilities()
452 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities()