Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp271 return InnerLoopInductions; in getInnerLoopInductions()
299 SmallVector<PHINode *, 8> InnerLoopInductions; member in __anon50ce586c0211::LoopInterchangeLegality
609 for (PHINode *InnerInduction : InnerLoopInductions) { in isLoopStructureUnderstood()
657 if (llvm::is_contained(InnerLoopInductions, V)) in isLoopStructureUnderstood()
984 if (!findInductions(InnerLoop, InnerLoopInductions)) { in canInterchangeLoops()