Lines Matching defs:CurrentLiveInEntry
603 auto CurrentLiveInEntry = LiveIn.find(&BB);
605 if (CurrentLiveInEntry == LiveIn.end()) {
614 if (!varFragMapsAreEqual(BBLiveIn, CurrentLiveInEntry->second)) {
616 CurrentLiveInEntry->second = std::move(BBLiveIn);
2057 auto CurrentLiveInEntry = LiveIn.find(&BB);
2061 if (CurrentLiveInEntry == LiveIn.end())
2063 else if (PredLiveOut != CurrentLiveInEntry->second)
2064 CurrentLiveInEntry->second = PredLiveOut;
2086 auto CurrentLiveInEntry = LiveIn.find(&BB);
2089 if (CurrentLiveInEntry == LiveIn.end())
2091 else if (BBLiveIn != CurrentLiveInEntry->second)
2092 CurrentLiveInEntry->second = std::move(BBLiveIn);