Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h456 bool computeDeadValues(LiveInterval &LI,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp193 return computeDeadValues(LI, nullptr); in computeVirtRegInterval()
502 bool CanSeparate = computeDeadValues(*li, dead); in shrinkToUses()
507 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues() function in LiveIntervals