Home
last modified time | relevance | path

Searched refs:computeDeadValues (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h462 bool computeDeadValues(LiveInterval &LI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp200 return computeDeadValues(LI, nullptr); in computeVirtRegInterval()
510 bool CanSeparate = computeDeadValues(*li, dead); in shrinkToUses()
515 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues() function in LiveIntervals