Home
last modified time | relevance | path

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

/freebsd-14.2/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()
1521 assert(isHandledGCPointerType(Ty, GC)); in CreateGCRelocates()
2688 if (isHandledGCPointerType(Arg->getType(), GC.get())) in insertParsePoints()
2865 assert(isHandledGCPointerType(Ptr->getType(), GC.get()) && in insertParsePoints()
3204 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) { in computeLiveInValues()
3232 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) in computeLiveOutSeed()
3241 if (isHandledGCPointerType(I.getType(), GC)) in computeKillSet()