ΒΆbool hasIterationCountInvariantInParent(
llvm::Loop* L,
llvm::ScalarEvolution& SE)
bool hasIterationCountInvariantInParent(
llvm::Loop* L,
llvm::ScalarEvolution& SE)
Description
Check inner loop (L) backedge count is known to be invariant on all iterations of its outer loop. If the loop has no parent, this is trivially true.
Declared at: llvm/include/llvm/Transforms/Utils/LoopUtils.h:272