Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h259 bool hasIterationCountInvariantInParent(Loop *L, ScalarEvolution &SE);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp767 if (!hasIterationCountInvariantInParent(SubLoop, SE)) { in isSafeToUnrollAndJam()
H A DLoopUtils.cpp649 bool llvm::hasIterationCountInvariantInParent(Loop *InnerLoop, in hasIterationCountInvariantInParent() function in llvm