Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp262 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
268 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
270 return llvm::any_of(ST->elements(), containsGCPtrType); in containsGCPtrType()
666 if (containsGCPtrType(PN->getType())) { in removeValidUnrelocatedDefs()
699 containsGCPtrType(I.getType())) { in removeValidUnrelocatedDefs()
703 if (containsGCPtrType(V->getType()) && in removeValidUnrelocatedDefs()
761 if (containsGCPtrType(A.getType())) in gatherDominatingDefs()
794 } else if (containsGCPtrType(I.getType())) in transferInstruction()
802 if (containsGCPtrType(PN->getType())) in verifyInstruction()
817 containsGCPtrType(I.getOperand(0)->getType())) { in verifyInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp283 static bool containsGCPtrType(Type *Ty, GCStrategy *GC) { in containsGCPtrType() function
289 return containsGCPtrType(AT->getElementType(), GC); in containsGCPtrType()
292 [GC](Type *Ty) { return containsGCPtrType(Ty, GC); }); in containsGCPtrType()
300 return containsGCPtrType(Ty, GC) && !isHandledGCPointerType(Ty, GC); in isUnhandledGCPointerType()