Lines Matching defs:PredLiveOut
583 auto PredLiveOut = LiveOut.find(Pred);
584 assert(PredLiveOut != LiveOut.end());
588 BBLiveIn = PredLiveOut->second;
593 meetVars(BBLiveIn, PredLiveOut->second);
2056 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second;
2062 LiveIn.insert(std::make_pair(&BB, PredLiveOut));
2063 else if (PredLiveOut != CurrentLiveInEntry->second)
2064 CurrentLiveInEntry->second = PredLiveOut;
2079 const auto &PredLiveOut = LiveOut.find(Pred);
2080 assert(PredLiveOut != LiveOut.end() &&
2082 BBLiveIn = joinBlockInfo(std::move(BBLiveIn), PredLiveOut->second);