Searched refs:CurrentLiveInEntry (Results 1 – 1 of 1) sorted by relevance
529 auto CurrentLiveInEntry = LiveIn.find(&BB); in meet() local531 if (CurrentLiveInEntry == LiveIn.end()) { in meet()540 if (!varFragMapsAreEqual(BBLiveIn, CurrentLiveInEntry->second)) { in meet()542 CurrentLiveInEntry->second = std::move(BBLiveIn); in meet()1780 auto CurrentLiveInEntry = LiveIn.find(&BB); in join() local1783 if (CurrentLiveInEntry == LiveIn.end() || in join()1784 BBLiveIn != CurrentLiveInEntry->second) { in join()