Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc106 void SsaLivenessAnalysis::RecursivelyProcessInputs(HInstruction* current, in RecursivelyProcessInputs() function in art::SsaLivenessAnalysis
135 RecursivelyProcessInputs(input, actual_user, live_in); in RecursivelyProcessInputs()
240 RecursivelyProcessInputs(current, current, live_in); in ComputeLiveRanges()
Dssa_liveness_analysis.h1272 static void RecursivelyProcessInputs(HInstruction* instruction,