Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp335 static bool isHandledGCPointerType(Type *T) { in isHandledGCPointerType() function
366 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()