Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:From

126   // First get all the defs from the interval values. This provides the correct
449 // Can't remat, just insert a copy from parent.
767 // Skip the singly mapped values. There is nothing to gain from hoisting a
1051 // Add the original defs from the parent interval.
1099 // Provide a reverse mapping from original indices to Edit ranges.
1355 SlotIndex From = enterIntvBefore(LeaveBefore);
1356 useIntv(From, To);
1358 useIntv(Start, From);
1359 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1370 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1371 useIntv(From, To);
1373 From);
1374 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1434 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr));
1435 useIntv(From, Idx);