Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVGlobalRegistry.cpp923 if (TypesInProcessing.count(Ty) && !isPointerTy(Ty)) in restOfCreateSPIRVType()
925 TypesInProcessing.insert(Ty); in restOfCreateSPIRVType()
927 TypesInProcessing.erase(Ty); in restOfCreateSPIRVType()
980 TypesInProcessing.clear(); in getOrCreateSPIRVType()
HDSPIRVGlobalRegistry.h64 SmallPtrSet<const Type *, 4> TypesInProcessing; variable