reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2679       assert(!isUnhandledGCPointerType(V->getType()) &&
 2681       if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V))
 2681       if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V))
 2682         LiveTmp.insert(V);