Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h199 HInstruction* ReduceAndExtractIfNeeded(HInstruction* instruction);
Dloop_optimization.cc1190 HInstruction* repl = ReduceAndExtractIfNeeded(i->second); in Vectorize()
1826 new_init = ReduceAndExtractIfNeeded(new_init); in GenerateVecReductionPhiInputs()
1836 HInstruction* HLoopOptimization::ReduceAndExtractIfNeeded(HInstruction* instruction) { in ReduceAndExtractIfNeeded() function in art::HLoopOptimization