Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp581 auto PredLiveOut = LiveOut.find(Pred); in meet() local
582 assert(PredLiveOut != LiveOut.end()); in meet()
586 BBLiveIn = PredLiveOut->second; in meet()
591 meetVars(BBLiveIn, PredLiveOut->second); in meet()
2048 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join() local
2054 LiveIn.insert(std::make_pair(&BB, PredLiveOut)); in join()
2055 else if (PredLiveOut != CurrentLiveInEntry->second) in join()
2056 CurrentLiveInEntry->second = PredLiveOut; in join()
2071 const auto &PredLiveOut = LiveOut.find(Pred); in join() local
2072 assert(PredLiveOut != LiveOut.end() && in join()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2440 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin() local
2443 if (FirstVal == PredLiveOut) in mlocJoin()
2447 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()