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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2755     const auto OldLiveOutSize = LiveOut.size();
 2758       LiveOut.set_union(Data.LiveIn[Succ]);
 2761     if (OldLiveOutSize == LiveOut.size()) {
 2767     Data.LiveOut[BB] = LiveOut;
 2770     SetVector<Value *> LiveTmp = LiveOut;