Searched refs:extendInBlock (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 121 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() function in __anon212ad7ee0111::CalcLiveRangeUtilBase 136 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in __anon212ad7ee0111::CalcLiveRangeUtilBase 567 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in LiveRange 571 return CalcLiveRangeUtilSet(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 573 return CalcLiveRangeUtilVector(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 576 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveRange 579 return CalcLiveRangeUtilSet(this).extendInBlock(StartIdx, Kill); in extendInBlock() 581 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()
|
| H A D | LiveRangeCalc.cpp | 251 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() 403 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs()
|
| H A D | SplitKit.cpp | 1180 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1200 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
|
| H A D | LiveIntervals.cpp | 394 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, 492 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 324 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 431 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange()
|