Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Last

91   // If CurLI is live into a landing pad successor, move the last split point
204 // This block has uses. Find the first and last uses in the block.
512 SlotIndex Last = End.getPrevSlot();
513 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last);
514 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Last);
520 VNInfo *VNI = defFromParent(OpenIdx, ParentVNI, Last, MBB,
801 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
803 defFromParent(0, ParentVNI, Last, *Dom.first,
909 // This block needs a live-in value. The last block covered may not
1155 // The last use is after the last valid split point.
1308 // <<< Possible interference after last use.
1310 // =========____ Leave IntvIn after last use.
1312 // < Interference after last use.
1313 // |---o---o--o| Live-out on stack, late last use.
1318 DEBUG(dbgs() << ", spill after last use before interference.\n");
1324 DEBUG(dbgs() << ", spill before last split point.\n");
1357 // |---o---o--o| Live-out on stack, late last use.