Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp569 VarFragMap BBLiveIn; in meet() local
585 BBLiveIn = PredLiveOut->second; in meet()
590 meetVars(BBLiveIn, PredLiveOut->second); in meet()
596 if (BBLiveIn.size() == 0) 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()
2028 BlockInfo BBLiveIn = joinBlockInfo(PredLiveOut0, PredLiveOut1); in join() local
2036 BBLiveIn = joinBlockInfo(std::move(BBLiveIn), PredLiveOut->second); in join()
2044 LiveIn.try_emplace(&BB, std::move(BBLiveIn)); in join()
[all …]