Searched refs:containsGCPtrType (Results 1 – 3 of 3) sorted by relevance
251 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function257 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()260 containsGCPtrType); in containsGCPtrType()649 if (containsGCPtrType(PN->getType())) { in removeValidUnrelocatedDefs()682 containsGCPtrType(I.getType())) { in removeValidUnrelocatedDefs()686 if (containsGCPtrType(V->getType()) && in removeValidUnrelocatedDefs()744 if (containsGCPtrType(A.getType())) in gatherDominatingDefs()777 } else if (containsGCPtrType(I.getType())) in transferInstruction()785 if (containsGCPtrType(PN->getType())) in verifyInstruction()800 containsGCPtrType(I.getOperand(0)->getType())) { in verifyInstruction()[all …]
245 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function251 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()253 return any_of(ST->subtypes(), containsGCPtrType); in containsGCPtrType()261 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()
341 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function347 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()349 return llvm::any_of(ST->subtypes(), containsGCPtrType); in containsGCPtrType()357 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()