Home
last modified time | relevance | path

Searched refs:CurrentLiveInEntry (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp529 auto CurrentLiveInEntry = LiveIn.find(&BB); in meet() local
531 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() local
1783 if (CurrentLiveInEntry == LiveIn.end() || in join()
1784 BBLiveIn != CurrentLiveInEntry->second) { in join()