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