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.cpp582 auto PredLiveOut = LiveOut.find(Pred); in meet() local
583 assert(PredLiveOut != LiveOut.end()); in meet()
587 BBLiveIn = PredLiveOut->second; in meet()
592 meetVars(BBLiveIn, PredLiveOut->second); in meet()
2055 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join() local
2061 LiveIn.insert(std::make_pair(&BB, PredLiveOut)); in join()
2062 else if (PredLiveOut != CurrentLiveInEntry->second) in join()
2063 CurrentLiveInEntry->second = PredLiveOut; in join()
2078 const auto &PredLiveOut = LiveOut.find(Pred); in join() local
2079 assert(PredLiveOut != LiveOut.end() && in join()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2474 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin() local
2477 if (FirstVal == PredLiveOut) in mlocJoin()
2481 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()