Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp342 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);
760 PHINode *InnerInductionVar; in currentLimitations() local
775 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations()
789 if (!isLoopStructureUnderstood(InnerInductionVar)) { in currentLimitations()
815 if (InnerInductionVar->getIncomingBlock(0) == InnerLoopPreHeader) in currentLimitations()
817 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(1)); in currentLimitations()
820 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(0)); in currentLimitations()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp340 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);
743 PHINode *InnerInductionVar; in currentLimitations() local
802 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations()
805 if (!isLoopStructureUnderstood(InnerInductionVar)) { in currentLimitations()
827 if (InnerInductionVar->getIncomingBlock(0) == InnerLoopPreHeader) in currentLimitations()
829 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(1)); in currentLimitations()
832 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(0)); in currentLimitations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp338 bool isLoopStructureUnderstood(PHINode *InnerInductionVar);
745 PHINode *InnerInductionVar; in currentLimitations() local
804 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations()
807 if (!isLoopStructureUnderstood(InnerInductionVar)) { in currentLimitations()
829 if (InnerInductionVar->getIncomingBlock(0) == InnerLoopPreHeader) in currentLimitations()
831 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(1)); in currentLimitations()
834 dyn_cast<Instruction>(InnerInductionVar->getIncomingValue(0)); in currentLimitations()