reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 unsigned End = Start + Obj.Size; 70 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); 75 if (Start >= R.End) { 81 Start = AdjustStackOffset(R.End, Obj.Size, Obj.Alignment); 82 End = Start + Obj.Size; 83 LLVM_DEBUG(dbgs() << " Overlaps. Next candidate: " << Start << " .. " 96 if (Start > LastRegionEnd) { 98 << Start << "\n"); 99 Regions.emplace_back(LastRegionEnd, Start, StackColoring::LiveRange()); 100 LastRegionEnd = Start; 111 if (Start > R.Start && Start < R.End) { 111 if (Start > R.Start && Start < R.End) { 113 R.Start = R0.End = Start; 127 if (Start < R.End && End > R.Start)