Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp717 if (TypesInProcessing.count(Ty) && !Ty->isPointerTy()) in restOfCreateSPIRVType()
719 TypesInProcessing.insert(Ty); in restOfCreateSPIRVType()
721 TypesInProcessing.erase(Ty); in restOfCreateSPIRVType()
750 TypesInProcessing.clear(); in getOrCreateSPIRVType()
H A DSPIRVGlobalRegistry.h46 SmallPtrSet<const Type *, 4> TypesInProcessing; variable