Searched refs:InnerInductionVar (Results 1 – 1 of 1) sorted by relevance
337 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);818 PHINode *InnerInductionVar; in currentLimitations() local877 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations()880 if (!isLoopStructureUnderstood(InnerInductionVar)) { in currentLimitations()902 if (InnerInductionVar->getIncomingBlock(0) == InnerLoopPreHeader) in currentLimitations()904 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(1)); in currentLimitations()907 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(0)); in currentLimitations()