Lines Matching refs:LiveOut
393 DenseMap<const BasicBlock *, VarFragMap> LiveOut; member in __anon71b57efa0211::MemLocFragmentFill
581 auto PredLiveOut = LiveOut.find(Pred); in meet()
582 assert(PredLiveOut != LiveOut.end()); in meet()
900 LiveOut.init(RPONumber); in run()
938 if (!varFragMapsAreEqual(LiveOut[BB], LiveSet)) { in run()
941 LiveOut[BB] = std::move(LiveSet); in run()
1299 DenseMap<const BasicBlock *, BlockInfo> LiveOut; member in __anon71b57efa0211::AssignmentTrackingLowering
2048 const BlockInfo &PredLiveOut = LiveOut.find(VisitedPreds[0])->second; in join()
2064 const BlockInfo &PredLiveOut0 = LiveOut.find(VisitedPreds[0])->second; in join()
2065 const BlockInfo &PredLiveOut1 = LiveOut.find(VisitedPreds[1])->second; in join()
2071 const auto &PredLiveOut = LiveOut.find(Pred); in join()
2072 assert(PredLiveOut != LiveOut.end() && in join()
2315 LiveOut.init(RPONumber); in run()
2351 if (LiveOut[BB] != LiveSet) { in run()
2354 LiveOut[BB] = std::move(LiveSet); in run()