Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h166 void pruneValue(LiveInterval *LI, SlotIndex Kill,
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1820 LIS->pruneValue(&Other.LI, Def, &EndPoints); in pruneValues()
1854 LIS->pruneValue(&LI, Def, &EndPoints); in pruneValues()
DLiveIntervalAnalysis.cpp442 void LiveIntervals::pruneValue(LiveInterval *LI, SlotIndex Kill, in pruneValue() function in LiveIntervals