Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Second

212     const BlockLifetimeInfo &BlockInfo = BI->second;
323 BlockLifetimeInfo &BlockInfo = BI->second;
333 LocalLiveIn |= I->second.LiveOut;
343 LocalLiveOut |= I->second.LiveIn;
490 std::pair<unsigned, DebugLoc> &VP = VI->second;
503 const AllocaInst *To = MFI->getObjectAllocation(it->second);
760 LiveInterval *Second = Intervals[SecondSlot];
761 assert (!First->empty() && !Second->empty() && "Found an empty range");
764 if (!First->overlaps(*Second)) {
766 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0));