Home
last modified time | relevance | path

Searched refs:pruneValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h196 void pruneValue(LiveRange &LR, SlotIndex Kill,
203 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1226 LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(), in removePartialRedundancy()
1237 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints); in removePartialRedundancy()
3129 LIS->pruneValue(Other.LR, Def, &EndPoints); in pruneValues()
3167 LIS->pruneValue(LR, Def, &EndPoints); in pruneValues()
3257 LIS->pruneValue(S, Def, &EndPoints); in pruneSubRegValues()
H A DLiveIntervals.cpp635 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() function in LiveIntervals