Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h456 bool computeDeadValues(LiveInterval &LI,
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dissue-regalloc-stackframe-folding-earlyclobber.ll10 ; Assertion failed: (MI && "No instruction defining live value"), function computeDeadValues
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp193 return computeDeadValues(LI, nullptr); in computeVirtRegInterval()
503 bool CanSeparate = computeDeadValues(*li, dead); in shrinkToUses()
508 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues() function in LiveIntervals