Searched refs:isHandledGCPointerType (Results 1 – 1 of 1) sorted by relevance
335 static bool isHandledGCPointerType(Type *T) { in isHandledGCPointerType() function366 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()1492 assert(isHandledGCPointerType(Ty)); in CreateGCRelocates()2598 if (isHandledGCPointerType(Arg->getType())) in insertParsePoints()2774 assert(isHandledGCPointerType(Ptr->getType()) && in insertParsePoints()3105 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) { in computeLiveInValues()3132 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) in computeLiveOutSeed()3141 if (isHandledGCPointerType(I.getType())) in computeKillSet()