Lines Matching refs:LiveIn
244 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member
2699 checkBasicSSA(DT, Data.LiveIn[&BB], BB.getTerminator()); in checkBasicSSA()
2720 Data.LiveIn[&BB] = Data.LiveSet[&BB]; in computeLiveInValues()
2721 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues()
2722 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues()
2723 if (!Data.LiveIn[&BB].empty()) in computeLiveInValues()
2736 assert(Data.LiveIn.count(Succ)); in computeLiveInValues()
2737 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues()
2753 assert(Data.LiveIn.count(BB)); in computeLiveInValues()
2754 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues()
2757 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()