Searched refs:pruneValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 215 void pruneValue(LiveRange &LR, SlotIndex Kill, 222 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1218 LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(), in removePartialRedundancy() 1242 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints); in removePartialRedundancy() 3219 LIS->pruneValue(Other.LR, Def, &EndPoints); in pruneValues() 3257 LIS->pruneValue(LR, Def, &EndPoints); in pruneValues() 3347 LIS->pruneValue(S, Def, &EndPoints); in pruneSubRegValues()
|
H A D | LiveIntervals.cpp | 649 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() function in LiveIntervals
|