Home
last modified time | relevance | path

Searched refs:extendInBlock (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp121 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 DLiveRangeCalc.cpp251 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend()
403 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs()
H A DSplitKit.cpp1180 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 DLiveIntervals.cpp394 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h484 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 DPPCVSXFMAMutate.cpp324 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp431 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange()