Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp251 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
257 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
260 containsGCPtrType); in containsGCPtrType()
649 if (containsGCPtrType(PN->getType())) { in removeValidUnrelocatedDefs()
682 containsGCPtrType(I.getType())) { in removeValidUnrelocatedDefs()
686 if (containsGCPtrType(V->getType()) && in removeValidUnrelocatedDefs()
744 if (containsGCPtrType(A.getType())) in gatherDominatingDefs()
777 } else if (containsGCPtrType(I.getType())) in transferInstruction()
785 if (containsGCPtrType(PN->getType())) in verifyInstruction()
800 containsGCPtrType(I.getOperand(0)->getType())) { in verifyInstruction()
[all …]
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp245 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
251 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
253 return any_of(ST->subtypes(), containsGCPtrType); in containsGCPtrType()
261 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp341 static bool containsGCPtrType(Type *Ty) { in containsGCPtrType() function
347 return containsGCPtrType(AT->getElementType()); in containsGCPtrType()
349 return llvm::any_of(ST->subtypes(), containsGCPtrType); in containsGCPtrType()
357 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()