Searched refs:isHandledGCPointerType (Results 1 – 1 of 1) sorted by relevance
268 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() function300 return containsGCPtrType(Ty, GC) && !isHandledGCPointerType(Ty, GC); in isUnhandledGCPointerType()1522 assert(isHandledGCPointerType(Ty, GC)); in CreateGCRelocates()2690 if (isHandledGCPointerType(Arg->getType(), GC.get())) in insertParsePoints()2867 assert(isHandledGCPointerType(Ptr->getType(), GC.get()) && in insertParsePoints()3205 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) { in computeLiveInValues()3233 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) in computeLiveOutSeed()3242 if (isHandledGCPointerType(I.getType(), GC)) in computeKillSet()