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