Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1215 LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(), in removePartialRedundancy()
1226 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints); in removePartialRedundancy()
3137 LIS->pruneValue(Other.LR, Def, &EndPoints); in pruneValues()
3175 LIS->pruneValue(LR, Def, &EndPoints); in pruneValues()
3265 LIS->pruneValue(S, Def, &EndPoints); in pruneSubRegValues()
H A DLiveIntervals.cpp629 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() function in LiveIntervals