Searched refs:extendInBlock (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 120 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() function in __anondae7e9140111::CalcLiveRangeUtilBase 135 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in __anondae7e9140111::CalcLiveRangeUtilBase 564 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() function in LiveRange 568 return CalcLiveRangeUtilSet(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 570 return CalcLiveRangeUtilVector(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 573 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveRange 576 return CalcLiveRangeUtilSet(this).extendInBlock(StartIdx, Kill); in extendInBlock() 578 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()
|
H A D | LiveRangeCalc.cpp | 99 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() 249 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs()
|
H A D | SplitKit.cpp | 1187 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1207 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
|
H A D | LiveIntervals.cpp | 408 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
|
H A D | RegisterCoalescer.cpp | 696 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 488 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, 496 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 324 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 432 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange()
|