reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2718 checkBasicSSA(DT, Data.LiveSet[&BB], BB.getTerminator()); 2731 Data.LiveSet[&BB].clear(); 2732 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); 2736 assert(!Data.LiveSet[&BB].count(Kill) && "live set contains kill"); 2741 Data.LiveIn[&BB] = Data.LiveSet[&BB]; 2771 LiveTmp.set_union(Data.LiveSet[BB]);