Searched refs:PendingLoopPredicates (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1415 SmallPtrSet<const Value *, 6> PendingLoopPredicates; member in class:llvm::ScalarEvolution
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11559 if (!PendingLoopPredicates.insert(FoundCondValue).second)
11563 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); });
13411 PendingLoopPredicates(std::move(Arg.PendingLoopPredicates)),
13454 assert(PendingLoopPredicates.empty() && "isImpliedCond garbage");

Completed in 186 milliseconds