Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntvIn

1157                                         unsigned IntvIn, SlotIndex LeaveBefore,
1164 << ", live-through " << IntvIn << " -> " << IntvOut);
1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1169 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
1181 selectIntv(IntvIn);
1188 if (!IntvIn) {
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1233 selectIntv(IntvIn);
1253 selectIntv(IntvIn);
1261 unsigned IntvIn, SlotIndex LeaveBefore) {
1267 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore
1270 assert(IntvIn && "Must have register in");
1279 // ========= Use IntvIn everywhere.
1281 selectIntv(IntvIn);
1292 // =========____ Leave IntvIn after last use.
1296 // ============ Copy to stack after LSP, overlap IntvIn.
1301 selectIntv(IntvIn);
1307 selectIntv(IntvIn);
1316 // The interference is overlapping somewhere we wanted to use IntvIn. That
1327 // =====----____ Leave IntvIn before interference, then spill.
1332 selectIntv(IntvIn);
1347 selectIntv(IntvIn);