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.cpp379 return InnerLoopInductions; in getInnerLoopInductions()
411 SmallVector<PHINode *, 8> InnerLoopInductions; member in __anon815ea8750411::LoopInterchangeLegality
708 for (PHINode *InnerInduction : InnerLoopInductions) { in isLoopStructureUnderstood()
756 if (llvm::is_contained(InnerLoopInductions, V)) in isLoopStructureUnderstood()
1143 if (!findInductions(InnerLoop, InnerLoopInductions)) { in canInterchangeLoops()