Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h453 bool computeDeadValues(LiveInterval &LI,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveIntervals.cpp200 computeDeadValues(LI, nullptr); in computeVirtRegInterval()
496 bool CanSeparate = computeDeadValues(*li, dead); in shrinkToUses()
501 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues() function in LiveIntervals