Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveOuts

144   LiveOutMap LiveOuts;
394 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
395 if (fi == LiveOuts.end()) {
436 // Also use LiveOuts as a visited set to detect back-edges.
437 bool First = LiveOuts.insert(std::make_pair(MBB, LiveRegs)).second;
440 // LiveRegs was inserted in LiveOuts. Adjust all defs to be relative to
784 // Clear the LiveOuts vectors and collapse any remaining DomainValues.
787 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);
788 if (FI == LiveOuts.end() || !FI->second)
795 LiveOuts.clear();