Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h329 bool hasIterationCountInvariantInParent(Loop *L, ScalarEvolution &SE);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp946 return !hasIterationCountInvariantInParent(SubLoop, SE); in isSafeToUnrollAndJam()
H A DLoopUtils.cpp862 bool llvm::hasIterationCountInvariantInParent(Loop *InnerLoop, in hasIterationCountInvariantInParent() function in llvm