Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp266 return InnerLoopInductions; in getInnerLoopInductions()
294 SmallVector<PHINode *, 8> InnerLoopInductions; member in __anon815ea8750211::LoopInterchangeLegality
604 for (PHINode *InnerInduction : InnerLoopInductions) { in isLoopStructureUnderstood()
652 if (llvm::is_contained(InnerLoopInductions, V)) in isLoopStructureUnderstood()
978 if (!findInductions(InnerLoop, InnerLoopInductions)) { in canInterchangeLoops()