Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1276 BackedgeTakenInfo(SmallVectorImpl<EdgeExitInfo> &&ExitCounts, bool Complete,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6976 &&ExitCounts, in BackedgeTakenInfo()
6981 ExitNotTaken.reserve(ExitCounts.size()); in BackedgeTakenInfo()
6983 ExitCounts.begin(), ExitCounts.end(), std::back_inserter(ExitNotTaken), in BackedgeTakenInfo()
7014 SmallVector<EdgeExitInfo, 4> ExitCounts; in computeBackedgeTakenCount() local
7038 ExitCounts.emplace_back(ExitBB, EL); in computeBackedgeTakenCount()
7073 return BackedgeTakenInfo(std::move(ExitCounts), CouldComputeBECount, in computeBackedgeTakenCount()