Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp120 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 DLiveRangeCalc.cpp99 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend()
249 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs()
H A DSplitKit.cpp1187 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 DLiveIntervals.cpp408 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
H A DRegisterCoalescer.cpp696 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h488 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 DPPCVSXFMAMutate.cpp324 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp432 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange()