Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1780 BackedgeTakenInfo computeBackedgeTakenCount(const Loop *L,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8338 computeBackedgeTakenCount(L, /*AllowPredicates=*/true); in getPredicatedBackedgeTakenInfo()
8358 BackedgeTakenInfo Result = computeBackedgeTakenCount(L); in getBackedgeTakenInfo()
8772 ScalarEvolution::computeBackedgeTakenCount(const Loop *L, in computeBackedgeTakenCount() function in ScalarEvolution