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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2108         if (LastClonedValue) {
 2110           ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue);
 2132         LastClonedValue = ClonedValue;
 2135       assert(LastClonedValue);
 2136       return LastClonedValue;