Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h335 bool hasIterationCountInvariantInParent(Loop *L, ScalarEvolution &SE);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp951 return !hasIterationCountInvariantInParent(SubLoop, SE); in isSafeToUnrollAndJam()
H A DLoopUtils.cpp894 bool llvm::hasIterationCountInvariantInParent(Loop *InnerLoop, in hasIterationCountInvariantInParent() function in llvm