Searched refs:PredLiveOut (Results 1 – 2 of 2) sorted by relevance
581 auto PredLiveOut = LiveOut.find(Pred); in meet() local582 assert(PredLiveOut != LiveOut.end()); in meet()586 BBLiveIn = PredLiveOut->second; in meet()591 meetVars(BBLiveIn, PredLiveOut->second); in meet()2048 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join() local2054 LiveIn.insert(std::make_pair(&BB, PredLiveOut)); in join()2055 else if (PredLiveOut != CurrentLiveInEntry->second) in join()2056 CurrentLiveInEntry->second = PredLiveOut; in join()2071 const auto &PredLiveOut = LiveOut.find(Pred); in join() local2072 assert(PredLiveOut != LiveOut.end() && in join()[all …]
2440 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin() local2443 if (FirstVal == PredLiveOut) in mlocJoin()2447 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()