Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Second

211     const BlockLifetimeInfo &BlockInfo = BI->second;
322 BlockLifetimeInfo &BlockInfo = BI->second;
332 LocalLiveIn |= I->second.LiveOut;
342 LocalLiveOut |= I->second.LiveIn;
492 std::pair<unsigned, DebugLoc> &VP = VI->second;
505 const AllocaInst *To = MFI->getObjectAllocation(it->second);
758 LiveInterval *Second = Intervals[SecondSlot];
759 assert (!First->empty() && !Second->empty() && "Found an empty range");
762 if (!First->overlaps(*Second)) {
764 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0));