Searched refs:StructPrinted (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp2066 SmallPtrSet<Type *, 16> StructPrinted; local
2075 printContainedStructs(StructTypes[i], StructPrinted);
2084 SmallPtrSet<Type *, 16> &StructPrinted) {
2092 printContainedStructs(*I, StructPrinted);
2096 if (!StructPrinted.insert(Ty)) return;
2083 printContainedStructs(Type *Ty, SmallPtrSet<Type *, 16> &StructPrinted) argument

Completed in 126 milliseconds