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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 604 auto WeightIt = EstimatedLoopWeight.find(L);
605 if (WeightIt == EstimatedLoopWeight.end())
661 if (!EstimatedLoopWeight.count(PredLoop.getLoopData()))
782 if (EstimatedLoopWeight.count(LoopBB.getLoopData()))
795 EstimatedLoopWeight.insert(
1261 assert(EstimatedLoopWeight.empty());
1298 EstimatedLoopWeight.clear();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 340 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight;

Completed in 17 milliseconds