Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp253 bool findInductions(Loop *L, SmallVectorImpl<PHINode *> &Inductions);
845 bool LoopInterchangeLegality::findInductions( in findInductions() function in LoopInterchangeLegality
978 if (!findInductions(InnerLoop, InnerLoopInductions)) { in canInterchangeLoops()