Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:PHIs

2311   // PHIs that are left in the scalar version of the loop.
2843 // the PHIs and the values we are going to write.
3037 // This is phase one of vectorizing PHIs.
3050 // We know that all PHIs in non-header blocks are converted into
3069 // We might have single edge PHIs (blocks) - use an identity
3163 // Nothing to do for PHIs and BR, since we already took care of the
3658 // the PHIs in this block are induction or reduction variables.
3670 // We only allow if-converted PHIs with exactly two incoming values.
4155 SmallVector<Instruction *, 8> PHIs;
4185 PHIs.push_back(UI);
4199 Worklist.append(PHIs.begin(), PHIs.end());