Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp580 auto PredLiveOut = LiveOut.find(Pred); in meet() local
581 assert(PredLiveOut != LiveOut.end()); in meet()
585 BBLiveIn = PredLiveOut->second; in meet()
590 meetVars(BBLiveIn, PredLiveOut->second); in meet()
2010 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join() local
2014 auto [CurrentLiveInEntry, Inserted] = LiveIn.try_emplace(&BB, PredLiveOut); in join()
2017 if (PredLiveOut != CurrentLiveInEntry->second) { in join()
2018 CurrentLiveInEntry->second = PredLiveOut; in join()
2033 const auto &PredLiveOut = LiveOut.find(Pred); in join() local
2034 assert(PredLiveOut != LiveOut.end() && in join()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2504 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin() local
2507 if (FirstVal == PredLiveOut) in mlocJoin()
2511 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()