Searched refs:extendInBlock (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 120 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() function in __anona843c45e0111::CalcLiveRangeUtilBase 135 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in __anona843c45e0111::CalcLiveRangeUtilBase 549 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in LiveRange 553 return CalcLiveRangeUtilSet(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 555 return CalcLiveRangeUtilVector(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 558 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveRange 561 return CalcLiveRangeUtilSet(this).extendInBlock(StartIdx, Kill); in extendInBlock() 563 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()
|
| H A D | LiveRangeCalc.cpp | 97 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() 252 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs()
|
| H A D | SplitKit.cpp | 1194 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1214 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
|
| H A D | LiveIntervals.cpp | 421 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
|
| H A D | RegisterCoalescer.cpp | 713 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 319 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 496 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, 504 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 434 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange()
|