Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h207 HInstruction* ReduceAndExtractIfNeeded(HInstruction* instruction);
Dloop_optimization.cc1187 HInstruction* repl = ReduceAndExtractIfNeeded(i->second); in Vectorize()
1825 new_init = ReduceAndExtractIfNeeded(new_init); in GenerateVecReductionPhiInputs()
1835 HInstruction* HLoopOptimization::ReduceAndExtractIfNeeded(HInstruction* instruction) { in ReduceAndExtractIfNeeded() function in art::HLoopOptimization