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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1276 SmallPtrSet<const Value *, 6> PendingLoopPredicates;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 10257 if (!PendingLoopPredicates.insert(FoundCondValue).second)
10261 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); });
12188 PendingLoopPredicates(std::move(Arg.PendingLoopPredicates)),
12228 assert(PendingLoopPredicates.empty() && "isImpliedCond garbage");

Completed in 30 milliseconds