Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp509 auto PredLiveOut = LiveOut.find(Pred); in meet() local
510 assert(PredLiveOut != LiveOut.end()); in meet()
514 BBLiveIn = PredLiveOut->second; in meet()
519 meetVars(BBLiveIn, PredLiveOut->second); in meet()
1768 auto PredLiveOut = LiveOut.find(Pred); in join() local
1770 assert(PredLiveOut != LiveOut.end()); in join()
1774 BBLiveIn = PredLiveOut->second; in join()
1776 BBLiveIn = joinBlockInfo(std::move(BBLiveIn), PredLiveOut->second); in join()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2438 const ValueIDNum &PredLiveOut = in mlocJoin() local
2442 if (FirstVal == PredLiveOut) in mlocJoin()
2446 if (PredLiveOut == ValueIDNum(MBB.getNumber(), 0, Idx)) in mlocJoin()