Searched refs:containsGCPtrType (Results 1 – 2 of 2) sorted by relevance
264 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function270 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()272 return llvm::any_of(ST->elements(), containsGCPtrType); in containsGCPtrType()659 if (containsGCPtrType(PN->getType())) { in removeValidUnrelocatedDefs()692 containsGCPtrType(I.getType())) { in removeValidUnrelocatedDefs()696 if (containsGCPtrType(V->getType()) && in removeValidUnrelocatedDefs()754 if (containsGCPtrType(A.getType())) in gatherDominatingDefs()787 } else if (containsGCPtrType(I.getType())) in transferInstruction()795 if (containsGCPtrType(PN->getType())) in verifyInstruction()810 containsGCPtrType(I.getOperand(0)->getType())) { in verifyInstruction()[all …]
341 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function347 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()349 return llvm::any_of(ST->elements(), containsGCPtrType); in containsGCPtrType()357 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()