Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:From

125   // 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.
1097 // Provide a reverse mapping from original indices to Edit ranges.
1353 SlotIndex From = enterIntvBefore(LeaveBefore);
1354 useIntv(From, To);
1356 useIntv(Start, From);
1357 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1368 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1369 useIntv(From, To);
1371 useIntv(Start, From);
1372 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1432 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr));
1433 useIntv(From, Idx);