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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp154 SmallPtrSet<const BasicBlock *, 16> NewItems; local
161 NewItems.insert(*PI);
162 WorkList.insert(WorkList.end(), NewItems.begin(), NewItems.end());

Completed in 104 milliseconds