Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h181 void pruneValue(LiveRange &LR, SlotIndex Kill,
187 void pruneValue(LiveInterval &LI, SlotIndex Kill,
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp552 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() function in LiveIntervals
612 void LiveIntervals::pruneValue(LiveInterval &LI, SlotIndex Kill, in pruneValue() function in LiveIntervals
614 pruneValue((LiveRange&)LI, Kill, EndPoints); in pruneValue()
617 pruneValue(SR, Kill, nullptr); in pruneValue()
H A DRegisterCoalescer.cpp2224 LIS->pruneValue(Other.LR, Def, &EndPoints); in pruneValues()
2261 LIS->pruneValue(LR, Def, &EndPoints); in pruneValues()
2292 LIS->pruneValue(S, Def, nullptr); in pruneSubRegValues()