Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:PHIs

2249   // PHIs that are left in the scalar version of the loop.
2715 // the PHIs and the values we are going to write.
2909 // This is phase one of vectorizing PHIs.
2922 // We know that all PHIs in non-header blocks are converted into
2941 // We might have single edge PHIs (blocks) - use an identity
3071 // Nothing to do for PHIs and BR, since we already took care of the
3512 // the PHIs in this block are induction or reduction variables.
3523 // We only allow if-converted PHIs with more than two incoming values.
4898 SmallVector<Instruction *, 8> PHIs;
4928 PHIs.push_back(UI);
4942 Worklist.append(PHIs.begin(), PHIs.end());