Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp267 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() function
299 return containsGCPtrType(Ty, GC) && !isHandledGCPointerType(Ty, GC); in isUnhandledGCPointerType()
1527 assert(isHandledGCPointerType(Ty, GC)); in CreateGCRelocates()
2697 if (isHandledGCPointerType(Arg->getType(), GC.get())) in insertParsePoints()
2874 assert(isHandledGCPointerType(Ptr->getType(), GC.get()) && in insertParsePoints()
3213 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) { in computeLiveInValues()
3241 if (isHandledGCPointerType(V->getType(), GC) && !isa<Constant>(V)) in computeLiveOutSeed()
3250 if (isHandledGCPointerType(I.getType(), GC)) in computeKillSet()