Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp321 return InnerLoopInductions; in getInnerLoopInductions()
349 SmallVector<PHINode *, 8> InnerLoopInductions; member in __anon401b65a50211::LoopInterchangeLegality
656 for (PHINode *InnerInduction : InnerLoopInductions) { in isLoopStructureUnderstood()
704 if (llvm::is_contained(InnerLoopInductions, V)) in isLoopStructureUnderstood()
1023 if (!findInductions(InnerLoop, InnerLoopInductions)) { in canInterchangeLoops()