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