Searched refs:PredLiveOut (Results 1 – 2 of 2) sorted by relevance
580 auto PredLiveOut = LiveOut.find(Pred); in meet() local581 assert(PredLiveOut != LiveOut.end()); in meet()585 BBLiveIn = PredLiveOut->second; in meet()590 meetVars(BBLiveIn, PredLiveOut->second); in meet()2010 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join() local2014 auto [CurrentLiveInEntry, Inserted] = LiveIn.try_emplace(&BB, PredLiveOut); in join()2017 if (PredLiveOut != CurrentLiveInEntry->second) { in join()2018 CurrentLiveInEntry->second = PredLiveOut; in join()2033 const auto &PredLiveOut = LiveOut.find(Pred); in join() local2034 assert(PredLiveOut != LiveOut.end() && in join()[all …]
2504 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin() local2507 if (FirstVal == PredLiveOut) in mlocJoin()2511 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()