Searched refs:GenerateVecReductionPhiInputs (Results 1 – 2 of 2) sorted by relevance
207 void GenerateVecReductionPhiInputs(HPhi* phi, HInstruction* reduction);
1299 GenerateVecReductionPhiInputs(i->second->AsPhi(), i->first); in GenerateNewLoop()1875 void HLoopOptimization::GenerateVecReductionPhiInputs(HPhi* phi, HInstruction* reduction) { in GenerateVecReductionPhiInputs() function in art::HLoopOptimization