Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp338 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);
763 PHINode *InnerInductionVar; in currentLimitations() local
822 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()