Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp261 bool IsUniqued = !isa<StructType>(Ty) || cast<StructType>(Ty)->isLiteral(); in get() local
264 if (!IsUniqued) { in get()
272 if (!IsUniqued && !Visited.insert(cast<StructType>(Ty)).second) { in get()
283 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
308 if (!AnyChange && IsUniqued) in get()
331 if (IsUniqued) in get()