Searched refs:PredLiveOut (Results 1 – 2 of 2) sorted by relevance
509 auto PredLiveOut = LiveOut.find(Pred); in meet() local510 assert(PredLiveOut != LiveOut.end()); in meet()514 BBLiveIn = PredLiveOut->second; in meet()519 meetVars(BBLiveIn, PredLiveOut->second); in meet()1768 auto PredLiveOut = LiveOut.find(Pred); in join() local1770 assert(PredLiveOut != LiveOut.end()); in join()1774 BBLiveIn = PredLiveOut->second; in join()1776 BBLiveIn = joinBlockInfo(std::move(BBLiveIn), PredLiveOut->second); in join()
2438 const ValueIDNum &PredLiveOut = in mlocJoin() local2442 if (FirstVal == PredLiveOut) in mlocJoin()2446 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()