Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc106 static void RecursivelyProcessInputs(HInstruction* current, in RecursivelyProcessInputs() function
134 RecursivelyProcessInputs(input, actual_user, live_in); in RecursivelyProcessInputs()
222 RecursivelyProcessInputs(current, current, live_in); in ComputeLiveRanges()