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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2754     SetVector<Value *> LiveOut = Data.LiveOut[BB];
 2756     for (BasicBlock *Succ : successors(BB)) {
 2767     Data.LiveOut[BB] = LiveOut;
 2771     LiveTmp.set_union(Data.LiveSet[BB]);
 2772     LiveTmp.set_subtract(Data.KillSet[BB]);
 2774     assert(Data.LiveIn.count(BB));
 2775     const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB];
 2778       Data.LiveIn[BB] = LiveTmp;
 2779       Worklist.insert(pred_begin(BB), pred_end(BB));
 2779       Worklist.insert(pred_begin(BB), pred_end(BB));