Lines Matching defs:PredLiveOut
582 auto PredLiveOut = LiveOut.find(Pred);
583 assert(PredLiveOut != LiveOut.end());
587 BBLiveIn = PredLiveOut->second;
592 meetVars(BBLiveIn, PredLiveOut->second);
2055 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second;
2061 LiveIn.insert(std::make_pair(&BB, PredLiveOut));
2062 else if (PredLiveOut != CurrentLiveInEntry->second)
2063 CurrentLiveInEntry->second = PredLiveOut;
2078 const auto &PredLiveOut = LiveOut.find(Pred);
2079 assert(PredLiveOut != LiveOut.end() &&
2081 BBLiveIn = joinBlockInfo(std::move(BBLiveIn), PredLiveOut->second);