Lines Matching refs:LiveOuts
137 LiveOutMap LiveOuts;
373 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
374 if (fi == LiveOuts.end()) {
415 // Also use LiveOuts as a visited set to detect back-edges.
416 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second;
419 // LiveRegs was inserted in LiveOuts. Adjust all defs to be relative to
704 // Clear the LiveOuts vectors and collapse any remaining DomainValues.
707 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);
708 if (FI == LiveOuts.end() || !FI->second)
715 LiveOuts.clear();