Searched refs:ReduceAndExtractIfNeeded (Results 1 – 2 of 2) sorted by relevance
208 HInstruction* ReduceAndExtractIfNeeded(HInstruction* instruction);
1193 HInstruction* repl = ReduceAndExtractIfNeeded(i->second); in Vectorize()1917 new_init = ReduceAndExtractIfNeeded(new_init); in GenerateVecReductionPhiInputs()1927 HInstruction* HLoopOptimization::ReduceAndExtractIfNeeded(HInstruction* instruction) { in ReduceAndExtractIfNeeded() function in art::HLoopOptimization