Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:IK

655     InductionInfo(Value *Start, InductionKind K) : StartValue(Start), IK(K) {}
656 InductionInfo() : StartValue(nullptr), IK(IK_NoInduction) {}
660 InductionKind IK;
1495 if (IK_PtrInduction == II.IK)
1497 else if (IK_ReversePtrInduction == II.IK)
1523 if (IK_PtrInduction == II.IK)
1525 else if (IK_ReversePtrInduction == II.IK)
2288 switch (II.IK) {
2964 switch (II.IK) {
3001 if (LoopVectorizationLegality::IK_ReverseIntInduction == II.IK) {
3023 II.IK);
3534 InductionKind IK = isInductionVariable(Phi);
3536 if (IK_NoInduction != IK) {
3544 if (IK == IK_IntInduction) {
3553 Inductions[Phi] = InductionInfo(StartValue, IK);