Searched refs:ReduceAndExtractIfNeeded (Results 1 – 2 of 2) sorted by relevance
207 HInstruction* ReduceAndExtractIfNeeded(HInstruction* instruction);
1187 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