Home
last modified time | relevance | path

Searched refs:InnerInductionVar (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp337 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);
818 PHINode *InnerInductionVar; in currentLimitations() local
877 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()