reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2720 checkBasicSSA(DT, Data.LiveIn[&BB], BB.getTerminator()); 2741 Data.LiveIn[&BB] = Data.LiveSet[&BB]; 2742 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); 2743 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); 2744 if (!Data.LiveIn[&BB].empty()) 2757 assert(Data.LiveIn.count(Succ)); 2758 LiveOut.set_union(Data.LiveIn[Succ]); 2774 assert(Data.LiveIn.count(BB)); 2775 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; 2778 Data.LiveIn[BB] = LiveTmp;