Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp255 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()
265 if (isGCPointerType(Ty)) in containsGCPtrType()
268 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp313 static bool isGCPointerType(Type *T) { in isGCPointerType() function
328 if (isGCPointerType(T)) in isHandledGCPointerType()
333 if (isGCPointerType(VT->getElementType())) in isHandledGCPointerType()
342 if (isGCPointerType(Ty)) in containsGCPtrType()
345 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()