Home
last modified time | relevance | path

Searched refs:isHandledGCPointerType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp268 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() function
300 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()