HomeSort by: relevance | last modified time | path
    Searched refs:ExitCounts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 1010 SmallVector<const SCEV *, 4> ExitCounts;
1018 ExitCounts.push_back(ExitCount);
1020 if (ExitCounts.size() < 2)
1022 return SE.getUMinFromMismatchedTypes(ExitCounts);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 7451 ArrayRef<ScalarEvolution::BackedgeTakenInfo::EdgeExitInfo> ExitCounts,
7456 ExitNotTaken.reserve(ExitCounts.size());
7458 ExitCounts.begin(), ExitCounts.end(), std::back_inserter(ExitNotTaken),
7487 SmallVector<EdgeExitInfo, 4> ExitCounts;
7494 // Compute the ExitLimit for each loop exit. Use this to populate ExitCounts
7515 // 1. For each exit that can be computed, add an entry to ExitCounts.
7522 ExitCounts.emplace_back(ExitBB, EL);
7557 return BackedgeTakenInfo(std::move(ExitCounts), CouldComputeBECount,
13358 SmallVector<const SCEV*, 4> ExitCounts;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1404 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
1431 /// argument or not from the way the ExitCounts vector was computed.

Completed in 46 milliseconds