Searched refs:InnerInductionVar (Results 1 – 1 of 1) sorted by relevance
338 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);763 PHINode *InnerInductionVar; in currentLimitations() local822 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations()825 if (!isLoopStructureUnderstood(InnerInductionVar)) { in currentLimitations()862 if (InnerInductionVar->getIncomingBlock(0) == InnerLoopPreHeader) in currentLimitations()864 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(1)); in currentLimitations()867 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(0)); in currentLimitations()