Lines Matching refs:LiveOut
395 DenseMap<const BasicBlock *, VarFragMap> LiveOut; member in __anon8b6cc4990211::MemLocFragmentFill
582 auto PredLiveOut = LiveOut.find(Pred); in meet()
583 assert(PredLiveOut != LiveOut.end()); in meet()
901 LiveOut.init(RPONumber); in run()
939 if (!varFragMapsAreEqual(LiveOut[BB], LiveSet)) { in run()
942 LiveOut[BB] = std::move(LiveSet); in run()
1300 DenseMap<const BasicBlock *, BlockInfo> LiveOut; member in __anon8b6cc4990211::AssignmentTrackingLowering
2055 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join()
2071 const BlockInfo &PredLiveOut0 = LiveOut.find(VisitedPreds[0])->second; in join()
2072 const BlockInfo &PredLiveOut1 = LiveOut.find(VisitedPreds[1])->second; in join()
2078 const auto &PredLiveOut = LiveOut.find(Pred); in join()
2079 assert(PredLiveOut != LiveOut.end() && in join()
2322 LiveOut.init(RPONumber); in run()
2358 if (LiveOut[BB] != LiveSet) { in run()
2361 LiveOut[BB] = std::move(LiveSet); in run()