Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp233 static bool isHandledGCPointerType(Type *T) { in isHandledGCPointerType() function
265 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty); in isUnhandledGCPointerType()
2326 if (isHandledGCPointerType(Arg->getType())) in insertParsePoints()
2710 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) { in computeLiveInValues()
2736 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) { in computeLiveOutSeed()
2746 if (isHandledGCPointerType(I.getType())) in computeKillSet()