Lines Matching refs:HPhi
652 HPhi* phi = it.Current()->AsPhi(); in SimplifyInduction()
740 HPhi* main_phi = nullptr; in TryOptimizeInnerLoopFinite()
1059 HPhi* main_phi = nullptr; in Vectorize()
1223 HPhi* phi = new (global_allocator_) HPhi(global_allocator_, in GenerateNewLoop()
1226 HPhi::ToPhiType(induc_type)); in GenerateNewLoop()
1813 void HLoopOptimization::GenerateVecReductionPhi(HPhi* phi) { in GenerateVecReductionPhi()
1818 HPhi* new_phi = new (global_allocator_) HPhi( in GenerateVecReductionPhi()
1828 HPhi* new_phi = new (global_allocator_) HPhi( in GenerateVecReductionPhi()
1837 void HLoopOptimization::GenerateVecReductionPhiInputs(HPhi* phi, HInstruction* reduction) { in GenerateVecReductionPhiInputs()
2281 bool HLoopOptimization::TrySetPhiInduction(HPhi* phi, bool restrict_uses) { in TrySetPhiInduction()
2318 bool HLoopOptimization::TrySetPhiReduction(HPhi* phi) { in TrySetPhiReduction()
2351 bool HLoopOptimization::TrySetSimpleLoopHeader(HBasicBlock* block, /*out*/ HPhi** main_phi) { in TrySetSimpleLoopHeader()
2360 HPhi* phi = nullptr; in TrySetSimpleLoopHeader()