Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h471 bool computeDeadValues(LiveInterval &LI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp218 return computeDeadValues(LI, nullptr); in computeVirtRegInterval()
522 bool CanSeparate = computeDeadValues(*li, dead); in shrinkToUses()
527 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues() function in LiveIntervals