Searched refs:CurrentLiveInEntry (Results 1 – 1 of 1) sorted by relevance
601 auto [CurrentLiveInEntry, Inserted] = LiveIn.try_emplace(&BB); in meet()605 CurrentLiveInEntry->second = std::move(BBLiveIn); in meet()611 if (!varFragMapsAreEqual(BBLiveIn, CurrentLiveInEntry->second)) { in meet()613 CurrentLiveInEntry->second = std::move(BBLiveIn); in meet()2014 auto [CurrentLiveInEntry, Inserted] = LiveIn.try_emplace(&BB, PredLiveOut); in join()2017 if (PredLiveOut != CurrentLiveInEntry->second) { in join()2018 CurrentLiveInEntry->second = PredLiveOut; in join()2040 auto CurrentLiveInEntry = LiveIn.find(&BB); in join() local2043 if (CurrentLiveInEntry == LiveIn.end()) in join()2045 else if (BBLiveIn != CurrentLiveInEntry->second) in join()[all …]