Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp264 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
270 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
272 return llvm::any_of(ST->elements(), containsGCPtrType); in containsGCPtrType()
659 if (containsGCPtrType(PN->getType())) { in removeValidUnrelocatedDefs()
692 containsGCPtrType(I.getType())) { in removeValidUnrelocatedDefs()
696 if (containsGCPtrType(V->getType()) && in removeValidUnrelocatedDefs()
754 if (containsGCPtrType(A.getType())) in gatherDominatingDefs()
787 } else if (containsGCPtrType(I.getType())) in transferInstruction()
795 if (containsGCPtrType(PN->getType())) in verifyInstruction()
810 containsGCPtrType(I.getOperand(0)->getType())) { in verifyInstruction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp341 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
347 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
349 return llvm::any_of(ST->elements(), containsGCPtrType); in containsGCPtrType()
357 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()