Searched refs:isHandledGCPointerType (Results 1 – 1 of 1) sorted by relevance
327 static bool isHandledGCPointerType(Type *T) { in isHandledGCPointerType() function358 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()1298 assert(isHandledGCPointerType(Ty)); in CreateGCRelocates()2216 if (isHandledGCPointerType(Arg->getType())) in insertParsePoints()2379 assert(isHandledGCPointerType(Ptr->getType()) && in insertParsePoints()2633 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) { in computeLiveInValues()2660 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) in computeLiveOutSeed()2669 if (isHandledGCPointerType(I.getType())) in computeKillSet()