Searched refs:pruneValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 225 LLVM_ABI void pruneValue(LiveRange &LR, SlotIndex Kill, 232 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 1231 LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(), in removePartialRedundancy() 1255 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints); in removePartialRedundancy() 3280 LIS->pruneValue(Other.LR, Def, &EndPoints); in pruneValues() 3318 LIS->pruneValue(LR, Def, &EndPoints); in pruneValues() 3408 LIS->pruneValue(S, Def, &EndPoints); in pruneSubRegValues()
|
| H A D | LiveIntervals.cpp | 665 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() function in LiveIntervals
|