Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:From

122   // First get all the defs from the interval values. This provides the correct
438 // Can't remat, just insert a copy from parent.
752 // Skip the singly mapped values. There is nothing to gain from hoisting a
1030 // Add the original defs from the parent interval.
1076 // Provide a reverse mapping from original indices to Edit ranges.
1330 SlotIndex From = enterIntvBefore(LeaveBefore);
1331 useIntv(From, To);
1333 useIntv(Start, From);
1334 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1345 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1346 useIntv(From, To);
1348 useIntv(Start, From);
1349 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1409 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr));
1410 useIntv(From, Idx);