Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDSafepointIRVerifier.cpp253 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()
263 if (isGCPointerType(Ty)) in containsGCPtrType()
266 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp254 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() function
270 if (isGCPointerType(T, GC)) in isHandledGCPointerType()
275 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType()
284 if (isGCPointerType(Ty, GC)) in containsGCPtrType()
287 return isGCPointerType(VT->getScalarType(), GC); in containsGCPtrType()