Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp581 if (TypesInProcessing.count(Ty) && !Ty->isPointerTy()) in restOfCreateSPIRVType()
583 TypesInProcessing.insert(Ty); in restOfCreateSPIRVType()
585 TypesInProcessing.erase(Ty); in restOfCreateSPIRVType()
614 TypesInProcessing.clear(); in getOrCreateSPIRVType()
H A DSPIRVGlobalRegistry.h41 SmallPtrSet<const Type *, 4> TypesInProcessing; variable